Searched refs:LBASE (Results 1 – 1 of 1) sorted by relevance
49 #define LBASE 0x1100 macro158 *a = LBASE + (si / NCOUNT); in hangul_pair_decompose()170 } else if (a >= LBASE && a < (LBASE + LCOUNT) && b >= VBASE && b < (VBASE + VCOUNT)) { in hangul_pair_compose()172 int li = a - LBASE; in hangul_pair_compose()