Searched refs:HANGUL_TBASE (Results 1 – 1 of 1) sorted by relevance
983 #define HANGUL_TBASE 0x11A7 macro1016 *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()