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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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:__anon2384
[all...]

Completed in 112 milliseconds