Searched refs:unicode_code_to_name (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Duniname.c49 static const struct { uint16_t code; uint32_t name:24; } unicode_code_to_name[16626] = ...;
242 /* Binary search in unicode_code_to_name. */
244 unsigned int i2 = SIZEOF (unicode_code_to_name);
248 if (unicode_code_to_name[i].code == c)
250 words = &unicode_names[unicode_code_to_name[i].name];
253 else if (unicode_code_to_name[i].code < c)
263 else if (unicode_code_to_name[i].code > c)
277 /* Found it in unicode_code_to_name. Now concatenate the words. */
H A Duninames.h43250 unicode_code_to_name[18242] = { variable in typeref:struct:__anon2662
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c49 static const struct { uint16_t code; uint32_t name:24; } unicode_code_to_name[16626] = ...;
239 /* Binary search in unicode_code_to_name. */
241 unsigned int i2 = SIZEOF (unicode_code_to_name);
245 if (unicode_code_to_name[i].code == c)
247 words = &unicode_names[unicode_code_to_name[i].name];
250 else if (unicode_code_to_name[i].code < c)
260 else if (unicode_code_to_name[i].code > c)
274 /* Found it in unicode_code_to_name. Now concatenate the words. */
H A Duninames.h39568 unicode_code_to_name[16626] = { variable in typeref:struct:__anon6614
[all...]

Completed in 154 milliseconds