Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.hh84 POS_PRE_M = 2, enumerator
165 INDIC_MATRA_CATEGORY_VISUAL_ORDER_LEFT = POS_PRE_M
231 #define MATRA_POS_LEFT(u) POS_PRE_M
Dhb-ot-shape-complex-indic.cc727 info[i].indic_position() == POS_PRE_M)) in initial_reordering_consonant_syllable()
739 if (info[j - 1].indic_position() != POS_PRE_M) { in initial_reordering_consonant_syllable()
1183 info[new_pos].indic_position() != POS_PRE_M) in final_reordering_syllable()
1211 if (start < new_pos && info[new_pos].indic_position () != POS_PRE_M) in final_reordering_syllable()
1215 if (info[i - 1].indic_position () == POS_PRE_M) in final_reordering_syllable()
1233 if (info[i].indic_position () == POS_PRE_M) { in final_reordering_syllable()
1458 if (info[start].indic_position () == POS_PRE_M) in final_reordering_syllable()
Dhb-ot-shape-complex-myanmar.hh159 pos = POS_PRE_M; break; in set_myanmar_properties()