Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_utfconv.c980 #define HANGUL_SBASE 0xAC00 macro
1004 if ((character >= HANGUL_SBASE) && in unicode_decompose()
1005 (character <= (HANGUL_SBASE + HANGUL_SCOUNT))) { in unicode_decompose()
1008 character -= HANGUL_SBASE; in unicode_decompose()
1045 return HANGUL_SBASE + in unicode_combine()
1052 (base >= HANGUL_SBASE && base < (HANGUL_SBASE + HANGUL_SCOUNT))) { in unicode_combine()
1053 if ((base - HANGUL_SBASE) % HANGUL_TCOUNT) { in unicode_combine()