Lines Matching refs:te
383 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
391 te = 0; in find_syllables()
440 {te = p+1;} in find_syllables()
444 {te = p+1;{ found_syllable (independent_cluster); }} in find_syllables()
448 {te = p+1;{ found_syllable (consonant_cluster); }} in find_syllables()
452 {te = p+1;{ found_syllable (vowel_cluster); }} in find_syllables()
456 {te = p+1;{ found_syllable (number_joiner_terminated_cluster); }} in find_syllables()
460 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
464 {te = p;p--;{ found_syllable (independent_cluster); }} in find_syllables()
468 {te = p;p--;{ found_syllable (virama_terminated_cluster); }} in find_syllables()
472 {te = p;p--;{ found_syllable (consonant_cluster); }} in find_syllables()
476 {te = p;p--;{ found_syllable (vowel_cluster); }} in find_syllables()
480 {te = p;p--;{ found_syllable (numeral_cluster); }} in find_syllables()
484 {te = p;p--;{ found_syllable (symbol_cluster); }} in find_syllables()
488 {te = p;p--;{ found_syllable (broken_cluster); }} in find_syllables()
492 {{p = ((te))-1;}{ found_syllable (numeral_cluster); }} in find_syllables()
501 {{p = ((te))-1;} found_syllable (broken_cluster); } in find_syllables()
508 {te = p+1;} in find_syllables()