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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgen-lbrkprop.c333 const char * unicode_width[0x110000]; variable
335 /* Stores in unicode_width[] the width property from the EastAsianWidth.txt
348 unicode_width[i] = (unicode_attributes[i].name != NULL ? "N" : NULL);
388 unicode_width[i] = strdup (field1);
393 unicode_width[i] = strdup (field1);
597 && (unicode_width[ch][0] == 'W'
598 || unicode_width[ch][0] == 'H'))
601 && unicode_width[ch][0] == 'W')
732 if (unicode_width[ch] != NULL
733 && unicode_width[c
[all...]

Completed in 38 milliseconds