Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ucd.cc59 #define TBASE 0x11A7u macro
78 *b = TBASE + (si % TCOUNT); in _hb_ucd_decompose_hangul()
91 if (a >= SBASE && a < (SBASE + SCOUNT) && b > TBASE && b < (TBASE + TCOUNT) && in _hb_ucd_compose_hangul()
95 *ab = a + (b - TBASE); in _hb_ucd_compose_hangul()