Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc112 #define isCombiningT(u) (hb_in_range<hb_codepoint_t> ((u), TBase+1, TBase+TCount-1)) macro
268 if (isCombiningL (l) && isCombiningV (v) && (t == 0 || isCombiningT (t))) in preprocess_text_hangul()
317 isCombiningT (buffer->cur(+1).codepoint)) in preprocess_text_hangul()