Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh50 OT_ZWNJ, enumerator
Dhb-ot-shape-complex-indic.cc156 #define JOINER_FLAGS (FLAG (OT_ZWJ) | FLAG (OT_ZWNJ))
220 else if (unlikely (u == 0x200C)) cat = OT_ZWNJ; in set_indic_properties()
1016 bool non_joiner = info[i].indic_category() == OT_ZWNJ; in initial_reordering_consonant_syllable()
Dhb-ot-shape-complex-myanmar.cc185 else if (unlikely (u == 0x200C)) cat = (indic_category_t) OT_ZWNJ; in set_myanmar_properties()