Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh51 OT_ZWJ, enumerator
Dhb-ot-shape-complex-indic.cc156 #define JOINER_FLAGS (FLAG (OT_ZWJ) | FLAG (OT_ZWNJ))
221 else if (unlikely (u == 0x200D)) cat = OT_ZWJ; in set_indic_properties()
683 …(indic_plan->config->reph_mode == REPH_MODE_EXPLICIT && info[start + 2].indic_category() == OT_ZWJ) in initial_reordering_consonant_syllable()
752 info[i].indic_category() == OT_ZWJ && in initial_reordering_consonant_syllable()
772 if (limit < i && info[i - 1].indic_category() == OT_ZWJ) in initial_reordering_consonant_syllable()
982 info[i+2].indic_category() != OT_ZWJ)) in initial_reordering_consonant_syllable()
1208 info[base - 1].indic_category() != OT_ZWJ) in final_reordering_syllable()
Dhb-ot-shape-complex-myanmar.cc186 else if (unlikely (u == 0x200D)) cat = (indic_category_t) OT_ZWJ; in set_myanmar_properties()