Searched defs:U8_DECOMP_BOTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c140 #define U8_DECOMP_BOTH (0xF5U) macro
891 * The first byte, B0, is always less then 0xF5 (U8_DECOMP_BOTH).
907 * where T is 0xF5 (U8_DECOMP_BOTH) and D is a displacement
933 if (b1 < U8_DECOMP_BOTH)
938 if (b1 == U8_DECOMP_BOTH) {
948 if (b1 == U8_DECOMP_BOTH) {

Completed in 63 milliseconds