Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c49 #define LBASE 0x1100 macro
158 *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()