Home
last modified time | relevance | path

Searched refs:U8_HANGUL_VT_COUNT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c110 #define U8_HANGUL_VT_COUNT (588) macro
778 b1 = U8_HANGUL_JAMO_L_FIRST + u1 / U8_HANGUL_VT_COUNT; in do_decomp()
779 b2 = U8_HANGUL_JAMO_V_FIRST + (u1 % U8_HANGUL_VT_COUNT) in do_decomp()