Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/ !
H A Dvfs_unicode.c1166 JAMO_V_COUNT=21, enumerator
1176 u32NormFoldBuf[0] = (uint16_t)(JAMO_L_BASE + u32char / JAMO_V_COUNT); in decomposeHangul()
1177 u32NormFoldBuf[1] = (uint16_t)(JAMO_V_BASE + u32char % JAMO_V_COUNT); in decomposeHangul()