Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ucd.cc58 #define VBASE 0x1161u macro
83 *b = VBASE + (si % NCOUNT) / TCOUNT; in _hb_ucd_decompose_hangul()
98 else if (a >= LBASE && a < (LBASE + LCOUNT) && b >= VBASE && b < (VBASE + VCOUNT)) in _hb_ucd_compose_hangul()
102 int vi = b - VBASE; in _hb_ucd_compose_hangul()