Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc428 is_one_of (info[start+1], FLAG (OT_H)) && in initial_reordering_consonant_syllable()
534 info[i - 1].indic_category() == OT_H) in initial_reordering_consonant_syllable()
670 if (info[i].indic_category() == OT_H) in initial_reordering_consonant_syllable()
675 (disallow_double_halants && info[j].indic_category() == OT_H)) in initial_reordering_consonant_syllable()
677 if (info[j].indic_category() != OT_H && j > i) { in initial_reordering_consonant_syllable()
692 …o[i].indic_category()) & (JOINER_FLAGS | FLAG (OT_N) | FLAG (OT_RS) | MEDIAL_FLAGS | FLAG (OT_H)))) in initial_reordering_consonant_syllable()
695 if (unlikely (info[i].indic_category() == OT_H && in initial_reordering_consonant_syllable()
839 info[i+1].indic_category() == OT_H && in initial_reordering_consonant_syllable()
1033 info[i].indic_category() = OT_H; in final_reordering_syllable_indic()
1103 is_one_of (info[base], (FLAG (OT_N) | FLAG (OT_H)))) in final_reordering_syllable_indic()
[all …]
Dhb-ot-shape-complex-indic.hh52 OT_H = 4, enumerator
148 INDIC_SYLLABIC_CATEGORY_VIRAMA = OT_H,
223 return is_one_of (info, FLAG (OT_H)); in is_halant()
Dhb-ot-shape-complex-myanmar.hh98 cat = OT_H; in set_myanmar_properties()
Dhb-ot-shape-complex-myanmar.cc171 info[start+2].myanmar_category() == OT_H) in initial_reordering_consonant_syllable()