HomeSort by: relevance | last modified time | path
    Searched refs:unicode_code_to_name (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
uniname.c 46 static const struct { uint16_t code; uint16_t name; } unicode_code_to_name[15257] = ...;
233 /* Binary search in unicode_code_to_name. */
235 unsigned int i2 = SIZEOF (unicode_code_to_name);
239 if (unicode_code_to_name[i].code == c)
241 words = &unicode_names[unicode_code_to_name[i].name];
244 else if (unicode_code_to_name[i].code < c)
254 else if (unicode_code_to_name[i].code > c)
268 /* Found it in unicode_code_to_name. Now concatenate the words. */
gen-uninames 269 (format ostream "static const struct { uint16_t code; uint16_t name; } unicode_code_to_name[~D] = {~%"
uninames.h 36467 static const struct { uint16_t code; uint16_t name; } unicode_code_to_name[15257] = { variable in typeref:struct:__anon9255
    [all...]

Completed in 34 milliseconds