Searched refs:U8_HANGUL_VT_COUNT (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c106 #define U8_HANGUL_VT_COUNT (588) macro
774 b1 = U8_HANGUL_JAMO_L_FIRST + u1 / U8_HANGUL_VT_COUNT;
775 b2 = U8_HANGUL_JAMO_V_FIRST + (u1 % U8_HANGUL_VT_COUNT)

Completed in 105 milliseconds