Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh49 OT_H = 4, enumerator
76 #define HALANT_OR_COENG_FLAGS (FLAG (OT_H) | FLAG (OT_Coeng))
124 INDIC_SYLLABIC_CATEGORY_INVISIBLE_STACKER = OT_H, /* TODO */
131 INDIC_SYLLABIC_CATEGORY_PURE_KILLER = OT_H, /* TODO */
135 INDIC_SYLLABIC_CATEGORY_VIRAMA = OT_H,
Dhb-ot-shape-complex-indic.cc803 info[i - 1].indic_category() == OT_H) in initial_reordering_consonant_syllable()
944 if (info[i].indic_category() == OT_H) in initial_reordering_consonant_syllable()
949 (disallow_double_halants && info[j].indic_category() == OT_H)) in initial_reordering_consonant_syllable()
951 if (info[j].indic_category() != OT_H && j > i) { in initial_reordering_consonant_syllable()
969 if (unlikely (info[i].indic_category() == OT_H && in initial_reordering_consonant_syllable()
1105 info[i+1].indic_category() == OT_H && in initial_reordering_consonant_syllable()
1350 info[i].indic_category() = OT_H; in final_reordering_syllable()
Dhb-ot-shape-complex-myanmar.cc322 info[start+2].myanmar_category() == OT_H) in initial_reordering_consonant_syllable()