Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_unicode.c1120 JAMO_V_COUNT=21, enumerator
1130 u32NormFoldBuf[0] = (uint16_t)(JAMO_L_BASE + u32char / JAMO_V_COUNT); in decomposeHangul()
1131 u32NormFoldBuf[1] = (uint16_t)(JAMO_V_BASE + u32char % JAMO_V_COUNT); in decomposeHangul()