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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c97 #define U8_HANGUL_SYL_FIRST (0xAC00U) macro
131 ((u) >= U8_HANGUL_SYL_FIRST && (u) <= U8_HANGUL_SYL_LAST)
774 u1 -= U8_HANGUL_SYL_FIRST;
1117 u1 = U8_HANGUL_SYL_FIRST +

Completed in 81 milliseconds