Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh97 POS_POST_C, enumerator
153 INDIC_MATRA_CATEGORY_RIGHT = POS_POST_C,
Dhb-ot-shape-complex-indic.cc103 case POS_POST_C: return MATRA_POS_RIGHT (u); in matra_position()
214 else if (unlikely (u == 0xA9BDu)) { cat = OT_M; pos = POS_POST_C; } /* Javanese vocalic r. */ in set_indic_properties()
590 return POS_POST_C; in consonant_position_from_face()
597 return POS_POST_C; in consonant_position_from_face()
758 (info[i].indic_position() != POS_POST_C || seen_below)) in initial_reordering_consonant_syllable()
1521 …!( FLAG_SAFE (info[new_reph_pos + 1].indic_position()) & (FLAG (POS_POST_C) | FLAG (POS_AFTER_POST… in final_reordering_syllable()
Dhb-ot-shape-complex-myanmar.cc262 case POS_POST_C: cat = (indic_category_t) OT_VPst; break; in set_myanmar_properties()