Home | History | Annotate | Download | only in harfbuzz

Lines Matching refs:te

310   unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
318 te = 0;
365 {te = p+1;}
369 {te = p+1;{ found_syllable (independent_cluster); }}
373 {te = p+1;{ found_syllable (standard_cluster); }}
377 {te = p+1;{ found_syllable (broken_cluster); }}
381 {te = p+1;{ found_syllable (non_cluster); }}
385 {te = p;p--;{ found_syllable (independent_cluster); }}
389 {te = p;p--;{ found_syllable (virama_terminated_cluster); }}
393 {te = p;p--;{ found_syllable (standard_cluster); }}
397 {te = p;p--;{ found_syllable (number_joiner_terminated_cluster); }}
401 {te = p;p--;{ found_syllable (numeral_cluster); }}
405 {te = p;p--;{ found_syllable (symbol_cluster); }}
409 {te = p;p--;{ found_syllable (broken_cluster); }}
413 {te = p;p--;{ found_syllable (non_cluster); }}
417 {{p = ((te))-1;}{ found_syllable (broken_cluster); }}