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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c84 * Please be noted that the U8_HANGUL_JAMO_T_FIRST is 0x11A7 at below not
104 #define U8_HANGUL_JAMO_T_FIRST (0x11A7U) macro
125 ((u) > U8_HANGUL_JAMO_T_FIRST && (u) <= U8_HANGUL_JAMO_T_LAST)
784 b3 += U8_HANGUL_JAMO_T_FIRST;
1129 U8_HANGUL_JAMO_T_FIRST;

Completed in 60 milliseconds