Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_utfconv.c981 #define HANGUL_LBASE 0x1100 macro
1012 character / HANGUL_NCOUNT + HANGUL_LBASE; in unicode_decompose()
1044 (base >= HANGUL_LBASE && base < (HANGUL_LBASE + HANGUL_LCOUNT))) { in unicode_combine()
1046 ((base - HANGUL_LBASE) * (HANGUL_VCOUNT * HANGUL_TCOUNT)) + in unicode_combine()