Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c50 #define VBASE 0x1161 macro
159 *b = VBASE + (si % NCOUNT) / TCOUNT; in hangul_pair_decompose()
170 } else if (a >= LBASE && a < (LBASE + LCOUNT) && b >= VBASE && b < (VBASE + VCOUNT)) { in hangul_pair_compose()
173 int vi = b - VBASE; in hangul_pair_compose()