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.hh93 POS_PRE_M = 2, enumerator
174 INDIC_MATRA_CATEGORY_VISUAL_ORDER_LEFT = POS_PRE_M
240 #define MATRA_POS_LEFT(u) POS_PRE_M
Dhb-ot-shape-complex-indic.cc696 info[i].indic_position() == POS_PRE_M)) in initial_reordering_consonant_syllable()
708 if (info[j - 1].indic_position() != POS_PRE_M) { in initial_reordering_consonant_syllable()
1155 info[new_pos].indic_position() != POS_PRE_M) in final_reordering_syllable_indic()
1188 if (start < new_pos && info[new_pos].indic_position () != POS_PRE_M) in final_reordering_syllable_indic()
1192 if (info[i - 1].indic_position () == POS_PRE_M) in final_reordering_syllable_indic()
1210 if (info[i].indic_position () == POS_PRE_M) { in final_reordering_syllable_indic()
1437 if (info[start].indic_position () == POS_PRE_M) in final_reordering_syllable_indic()
Dhb-ot-shape-complex-myanmar.hh159 pos = POS_PRE_M; break; in set_myanmar_properties()