Searched refs:is_consonant (Results 1 – 5 of 5) sorted by relevance
500 if (is_consonant (info[i])) in initial_reordering_consonant_syllable()554 if (is_consonant (info[i])) in initial_reordering_consonant_syllable()564 if (is_consonant (info[i])) in initial_reordering_consonant_syllable()627 if (is_consonant (info[j])) { in initial_reordering_consonant_syllable()674 if (is_consonant (info[j]) || in initial_reordering_consonant_syllable()723 if (is_consonant (info[i])) in initial_reordering_consonant_syllable()882 } while (j > start && !is_consonant (info[j])); in initial_reordering_consonant_syllable()1086 if (i < end && is_consonant (info[i]) && info[i].indic_position() == POS_BELOW_C) in final_reordering_syllable_indic()
70 c = C|Ra; # is_consonant
59 c = (C | Ra); # is_consonant
183 if (is_consonant (info[i])) in initial_reordering_consonant_syllable()
215 is_consonant (const hb_glyph_info_t &info) in is_consonant() function