Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc1093 while (base < end && is_halant (info[base])) in final_reordering_syllable()
1109 if (i == end || !is_halant (info[i])) in final_reordering_syllable()
1182 if (is_halant (info[new_pos]) && in final_reordering_syllable()
1288 while (new_reph_pos < base && !is_halant (info[new_reph_pos])) in final_reordering_syllable()
1291 if (new_reph_pos < base && is_halant (info[new_reph_pos])) in final_reordering_syllable()
1340 while (new_reph_pos < base && !is_halant (info[new_reph_pos])) in final_reordering_syllable()
1343 if (new_reph_pos < base && is_halant (info[new_reph_pos])) in final_reordering_syllable()
1367 unlikely (is_halant (info[new_reph_pos]))) { in final_reordering_syllable()
1432 if (new_pos > start && is_halant (info[new_pos - 1])) in final_reordering_syllable()
Dhb-ot-shape-complex-use.cc433 is_halant (const hb_glyph_info_t &info) in is_halant() function
478 is_halant (info[i]); in reorder_syllable()
502 if (is_halant (info[i])) in reorder_syllable()
Dhb-ot-shape-complex-indic.hh212 is_halant (const hb_glyph_info_t &info) in is_halant() function