Searched refs:TBASE (Results 1 – 1 of 1) sorted by relevance
51 #define TBASE 0x11A7 macro154 *b = TBASE + (si % TCOUNT); in hangul_pair_decompose()166 if (a >= SBASE && a < (SBASE + SCOUNT) && b >= TBASE && b < (TBASE + TCOUNT)) { in hangul_pair_compose()168 *code = a + (b - TBASE); in hangul_pair_compose()