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.cc247 pos = POS_BELOW_C; in initial_reordering_consonant_syllable()
252 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_A) in initial_reordering_consonant_syllable()
257 if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_VBlw) in initial_reordering_consonant_syllable()
262 if (pos == POS_BELOW_C && info[i].myanmar_category() != OT_A) in initial_reordering_consonant_syllable()
Dhb-ot-shape-complex-indic.hh93 POS_BELOW_C = 8, enumerator
152 INDIC_MATRA_CATEGORY_BOTTOM = POS_BELOW_C,
278 case POS_BELOW_C: return MATRA_POS_BOTTOM (u); in matra_position_indic()
354 pos = POS_BELOW_C; in set_indic_properties()
Dhb-ot-shape-complex-khmer.hh104 case POS_BELOW_C: cat = OT_VBlw; break; in set_khmer_properties()
Dhb-ot-shape-complex-myanmar.hh161 case POS_BELOW_C: cat = OT_VBlw; break; in set_myanmar_properties()
Dhb-ot-shape-complex-indic.cc353 return POS_BELOW_C; in consonant_position_from_face()
535 if (info[i].indic_position() != POS_BELOW_C && in initial_reordering_consonant_syllable()
541 if (info[i].indic_position() == POS_BELOW_C) in initial_reordering_consonant_syllable()
596 info[i].indic_position() = POS_BELOW_C; in initial_reordering_consonant_syllable()
1114 if (i < end && is_consonant (info[i]) && info[i].indic_position() == POS_BELOW_C) in final_reordering_syllable()