Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c46 #define VBASE 0x1161 macro
127 *b = VBASE + (si % NCOUNT) / TCOUNT; in hangul_pair_decompose()
134 if (b < VBASE || b >= (TBASE + TCOUNT)) in hangul_pair_compose()
148 int vi = b - VBASE; in hangul_pair_compose()
/external/icu4c/i18n/
Ducol_elm.cpp1325 const uint32_t VBASE = 0x1161; in uprv_uca_getMaxExpansionJamo() local
1330 uint32_t v = VBASE + VCOUNT - 1; in uprv_uca_getMaxExpansionJamo()
1334 while (v >= VBASE) { in uprv_uca_getMaxExpansionJamo()