Searched refs:HANGUL_VBASE (Results 1 – 1 of 1) sorted by relevance
982 #define HANGUL_VBASE 0x1161 macro1014 (character % HANGUL_NCOUNT) / HANGUL_TCOUNT + HANGUL_VBASE; in unicode_decompose()1041 if ((combining >= HANGUL_VBASE) && (combining < (HANGUL_TBASE + HANGUL_TCOUNT))) { in unicode_combine()1043 if ((combining < (HANGUL_VBASE + HANGUL_VCOUNT)) && in unicode_combine()1047 ((combining - HANGUL_VBASE) * HANGUL_TCOUNT); in unicode_combine()