Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh52 OT_M = 7, enumerator
118 INDIC_SYLLABIC_CATEGORY_CONSONANT_KILLER = OT_M, /* U+17CD only. */
134 INDIC_SYLLABIC_CATEGORY_PURE_KILLER = OT_M, /* Is like a vowel matra. */
136 INDIC_SYLLABIC_CATEGORY_SYLLABLE_MODIFIER = OT_M, /* Misc Khmer signs. */
142 INDIC_SYLLABIC_CATEGORY_VOWEL_DEPENDENT = OT_M,
Dhb-ot-shape-complex-indic.cc205 cat = OT_M; in set_indic_properties()
214 else if (unlikely (u == 0xA9BDu)) { cat = OT_M; pos = POS_POST_C; } /* Javanese vocalic r. */ in set_indic_properties()
227 else if (cat == OT_M) in set_indic_properties()
894 if (info[i].indic_category() == OT_M) { in initial_reordering_consonant_syllable()
987 } else if (info[i].indic_category() == OT_M) in initial_reordering_consonant_syllable()
1390 !(is_one_of (info[new_pos], (FLAG (OT_M) | HALANT_OR_COENG_FLAGS)))) in final_reordering_syllable()
1567 if (info[i].indic_category() == OT_M) { in final_reordering_syllable()
1629 !(is_one_of (info[new_pos - 1], FLAG(OT_M) | HALANT_OR_COENG_FLAGS))) in final_reordering_syllable()
1634 if (new_pos > start && info[new_pos - 1].indic_category() == OT_M) in final_reordering_syllable()
1638 if (info[j].indic_category() == OT_M) in final_reordering_syllable()
Dhb-ot-shape-complex-myanmar.cc254 if (cat == OT_M) in set_myanmar_properties()