Lines Matching refs:te
286 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
287 for (unsigned int i = ts; i < te; i++) \
296 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables() local
304 te = 0; in find_syllables()
350 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables()
354 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
358 {te = p+1;{ found_syllable (punctuation_cluster); }} in find_syllables()
362 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
366 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
370 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables()
374 {te = p;p--;{ found_syllable (broken_cluster); }} in find_syllables()
378 {te = p;p--;{ found_syllable (non_myanmar_cluster); }} in find_syllables()