Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c51 #define TBASE 0x11A7 macro
154 *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()