Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_utfconv.c983 #define HANGUL_TBASE 0x11A7 macro
1016 *convertedChars = (character % HANGUL_TCOUNT) + HANGUL_TBASE; in unicode_decompose()
1041 if ((combining >= HANGUL_VBASE) && (combining < (HANGUL_TBASE + HANGUL_TCOUNT))) { in unicode_combine()
1051 if ((combining > HANGUL_TBASE) && in unicode_combine()
1056 return base + (combining - HANGUL_TBASE); in unicode_combine()