Searched refs:is_one_of (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.cc | 141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function 151 return is_one_of (info, JOINER_FLAGS); in is_joiner() 157 return is_one_of (info, CONSONANT_FLAGS); in is_consonant() 163 return is_one_of (info, HALANT_OR_COENG_FLAGS); in is_halant_or_coeng() 1360 is_one_of (info[base - 1], FLAG (OT_ZWJ))) in final_reordering_syllable() 1364 is_one_of (info[base], (FLAG (OT_N) | HALANT_OR_COENG_FLAGS))) in final_reordering_syllable() 1390 !(is_one_of (info[new_pos], (FLAG (OT_M) | HALANT_OR_COENG_FLAGS)))) in final_reordering_syllable() 1629 !(is_one_of (info[new_pos - 1], FLAG(OT_M) | HALANT_OR_COENG_FLAGS))) in final_reordering_syllable()
|
D | hb-ot-shape-complex-myanmar.cc | 153 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function 163 return is_one_of (info, CONSONANT_FLAGS); in is_consonant()
|