Searched refs:found_syllable (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-sea-machine.hh99 #define found_syllable(syllable_type) \ macro
171 {te = p+1;{ found_syllable (non_sea_cluster); }}
175 {te = p;p--;{ found_syllable (consonant_syllable); }}
179 {te = p;p--;{ found_syllable (broken_cluster); }}
183 {te = p;p--;{ found_syllable (non_sea_cluster); }}
187 {{p = ((te))-1;}{ found_syllable (consonant_syllable); }}
191 {{p = ((te))-1;}{ found_syllable (broken_cluster); }}
222 #undef found_syllable macro
H A Dhb-ot-shape-complex-myanmar-machine.hh271 #define found_syllable(syllable_type) \ macro
339 {te = p+1;{ found_syllable (consonant_syllable); }}
343 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
347 {te = p+1;{ found_syllable (punctuation_cluster); }}
351 {te = p+1;{ found_syllable (broken_cluster); }}
355 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
359 {te = p;p--;{ found_syllable (consonant_syllable); }}
363 {te = p;p--;{ found_syllable (broken_cluster); }}
367 {te = p;p--;{ found_syllable (non_myanmar_cluster); }}
398 #undef found_syllable macro
[all...]
H A Dhb-ot-shape-complex-indic-machine.hh1536 #define found_syllable(syllable_type) \ macro
1608 {te = p+1;{ found_syllable (consonant_syllable); }}
1612 {te = p+1;{ found_syllable (vowel_syllable); }}
1616 {te = p+1;{ found_syllable (standalone_cluster); }}
1620 {te = p+1;{ found_syllable (symbol_cluster); }}
1624 {te = p+1;{ found_syllable (broken_cluster); }}
1628 {te = p+1;{ found_syllable (non_indic_cluster); }}
1632 {te = p;p--;{ found_syllable (consonant_syllable); }}
1636 {te = p;p--;{ found_syllable (vowel_syllable); }}
1640 {te = p;p--;{ found_syllable (standalone_cluste
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea-machine.hh99 #define found_syllable(syllable_type) \ macro
171 {te = p+1;{ found_syllable (non_sea_cluster); }}
175 {te = p;p--;{ found_syllable (consonant_syllable); }}
179 {te = p;p--;{ found_syllable (broken_cluster); }}
183 {te = p;p--;{ found_syllable (non_sea_cluster); }}
187 {{p = ((te))-1;}{ found_syllable (consonant_syllable); }}
191 {{p = ((te))-1;}{ found_syllable (broken_cluster); }}
222 #undef found_syllable macro
H A Dhb-ot-shape-complex-myanmar-machine.hh271 #define found_syllable(syllable_type) \ macro
339 {te = p+1;{ found_syllable (consonant_syllable); }}
343 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
347 {te = p+1;{ found_syllable (punctuation_cluster); }}
351 {te = p+1;{ found_syllable (broken_cluster); }}
355 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
359 {te = p;p--;{ found_syllable (consonant_syllable); }}
363 {te = p;p--;{ found_syllable (broken_cluster); }}
367 {te = p;p--;{ found_syllable (non_myanmar_cluster); }}
398 #undef found_syllable macro
[all...]
H A Dhb-ot-shape-complex-sea-machine.rl61 consonant_syllable => { found_syllable (consonant_syllable); };
62 broken_cluster => { found_syllable (broken_cluster); };
63 other => { found_syllable (non_sea_cluster); };
69 #define found_syllable(syllable_type) \
100 #undef found_syllable
H A Dhb-ot-shape-complex-indic-machine.rl88 consonant_syllable => { found_syllable (consonant_syllable); };
89 vowel_syllable => { found_syllable (vowel_syllable); };
90 standalone_cluster => { found_syllable (standalone_cluster); };
91 symbol_cluster => { found_syllable (symbol_cluster); };
92 broken_cluster => { found_syllable (broken_cluster); };
93 other => { found_syllable (non_indic_cluster); };
99 #define found_syllable(syllable_type) \
H A Dhb-ot-shape-complex-myanmar-machine.rl85 consonant_syllable => { found_syllable (consonant_syllable); };
86 j => { found_syllable (non_myanmar_cluster); };
87 punctuation_cluster => { found_syllable (punctuation_cluster); };
88 broken_cluster => { found_syllable (broken_cluster); };
89 other => { found_syllable (non_myanmar_cluster); };
95 #define found_syllable(syllable_type) \
126 #undef found_syllable
H A Dhb-ot-shape-complex-indic-machine.hh1536 #define found_syllable(syllable_type) \ macro
1608 {te = p+1;{ found_syllable (consonant_syllable); }}
1612 {te = p+1;{ found_syllable (vowel_syllable); }}
1616 {te = p+1;{ found_syllable (standalone_cluster); }}
1620 {te = p+1;{ found_syllable (symbol_cluster); }}
1624 {te = p+1;{ found_syllable (broken_cluster); }}
1628 {te = p+1;{ found_syllable (non_indic_cluster); }}
1632 {te = p;p--;{ found_syllable (consonant_syllable); }}
1636 {te = p;p--;{ found_syllable (vowel_syllable); }}
1640 {te = p;p--;{ found_syllable (standalone_cluste
[all...]

Completed in 597 milliseconds