Home
last modified time | relevance | path

Searched refs:is_halant (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc1065 while (base < end && is_halant (info[base])) in final_reordering_syllable_indic()
1081 if (i == end || !is_halant (info[i])) in final_reordering_syllable_indic()
1154 if (is_halant (info[new_pos]) && in final_reordering_syllable_indic()
1265 while (new_reph_pos < base && !is_halant (info[new_reph_pos])) in final_reordering_syllable_indic()
1268 if (new_reph_pos < base && is_halant (info[new_reph_pos])) in final_reordering_syllable_indic()
1317 while (new_reph_pos < base && !is_halant (info[new_reph_pos])) in final_reordering_syllable_indic()
1320 if (new_reph_pos < base && is_halant (info[new_reph_pos])) in final_reordering_syllable_indic()
1344 unlikely (is_halant (info[new_reph_pos]))) in final_reordering_syllable_indic()
1411 if (new_pos > start && is_halant (info[new_pos - 1])) in final_reordering_syllable_indic()
Dhb-ot-shape-complex-indic.hh221 is_halant (const hb_glyph_info_t &info) in is_halant() function