HomeSort by relevance Sort by last modified time
    Searched refs:consonant_syllable (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 56 consonant_syllable = (C|IV|GB) syllable_tail;
61 consonant_syllable => { found_syllable (consonant_syllable); };
hb-ot-shape-complex-indic-machine.rl 76 consonant_syllable = Repha? (cn.halant_group){0,4} cn A? halant_or_matra_group? syllable_tail;
83 consonant_syllable => { found_syllable (consonant_syllable); };
hb-ot-shape-complex-myanmar-machine.rl 78 consonant_syllable = k? (c|IV|D|GB).VS? (H (c|IV).VS?)* syllable_tail;
83 consonant_syllable => { found_syllable (consonant_syllable); };
hb-ot-shape-complex-sea-machine.hh 175 {te = p;p--;{ found_syllable (consonant_syllable); }}
187 {{p = ((te))-1;}{ found_syllable (consonant_syllable); }}
hb-ot-shape-complex-myanmar-machine.hh 338 {te = p+1;{ found_syllable (consonant_syllable); }}
354 {te = p;p--;{ found_syllable (consonant_syllable); }}
hb-ot-shape-complex-indic-machine.hh     [all...]
hb-ot-shape-complex-sea.cc 112 consonant_syllable, enumerator in enum:syllable_type_t
244 /* We already inserted dotted-circles, so just call the consonant_syllable. */
267 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
hb-ot-shape-complex-myanmar.cc 122 consonant_syllable, enumerator in enum:syllable_type_t
405 /* We already inserted dotted-circles, so just call the consonant_syllable. */
428 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
hb-ot-shape-complex-indic.cc 578 consonant_syllable, enumerator in enum:syllable_type_t
    [all...]

Completed in 129 milliseconds