Home
last modified time | relevance | path

Searched refs:POS_BELOW_C (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.cc225 pos = POS_BELOW_C; in initial_reordering_consonant_syllable()
230 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_A) in initial_reordering_consonant_syllable()
235 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_VBlw) in initial_reordering_consonant_syllable()
240 if (pos == POS_BELOW_C && info[i].myanmar_category() != OT_A) in initial_reordering_consonant_syllable()
Dhb-ot-shape-complex-indic.hh102 POS_BELOW_C = 8, enumerator
161 INDIC_MATRA_CATEGORY_BOTTOM = POS_BELOW_C,
287 case POS_BELOW_C: return MATRA_POS_BOTTOM (u); in matra_position_indic()
363 pos = POS_BELOW_C; in set_indic_properties()
Dhb-ot-shape-complex-khmer.hh103 case POS_BELOW_C: cat = (khmer_category_t) OT_VBlw; break; in set_khmer_properties()
Dhb-ot-shape-complex-myanmar.hh161 case POS_BELOW_C: cat = (myanmar_category_t) OT_VBlw; break; in set_myanmar_properties()
Dhb-ot-shape-complex-indic.cc322 return POS_BELOW_C; in consonant_position_from_face()
504 if (info[i].indic_position() != POS_BELOW_C && in initial_reordering_consonant_syllable()
510 if (info[i].indic_position() == POS_BELOW_C) in initial_reordering_consonant_syllable()
565 info[i].indic_position() = POS_BELOW_C; in initial_reordering_consonant_syllable()
1086 if (i < end && is_consonant (info[i]) && info[i].indic_position() == POS_BELOW_C) in final_reordering_syllable_indic()