Home
last modified time | relevance | path

Searched refs:FLAG_SAFE (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-unicode-private.hh359 (FLAG_SAFE (gen_cat) & \
365 (FLAG_SAFE (gen_cat) & \
Dhb-ot-shape-complex-indic.cc145 return !!(FLAG_SAFE (info.indic_category()) & flags); in is_one_of()
213 if ((FLAG_SAFE (cat) & CONSONANT_FLAGS)) in set_indic_properties()
223 else if ((FLAG_SAFE (cat) & (FLAG (OT_SM) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Symbol)))) in set_indic_properties()
931 …if ((FLAG_SAFE (info[i].indic_category()) & (JOINER_FLAGS | FLAG (OT_N) | FLAG (OT_RS) | MEDIAL_FL… in initial_reordering_consonant_syllable()
1501 …!( FLAG_SAFE (info[new_reph_pos + 1].indic_position()) & (FLAG (POS_POST_C) | FLAG (POS_AFTER_POST… in final_reordering_syllable()
1651 !(FLAG_SAFE (_hb_glyph_info_get_general_category (&info[start - 1])) & in final_reordering_syllable()
Dhb-ot-shape-complex-arabic.cc44 (FLAG_SAFE (gen_cat) & \
93 return (FLAG_SAFE(gen_cat) & in get_joining_type()
Dhb-private.hh938 #define FLAG_SAFE(x) (1U << (x)) macro
939 #define FLAG_UNSAFE(x) ((x) < 32 ? FLAG_SAFE(x) : 0)
Dhb-ot-shape-complex-myanmar.cc157 return !!(FLAG_SAFE (info.myanmar_category()) & flags); in is_one_of()
Dhb-ot-shape-complex-use.cc425 if (unlikely (!(FLAG_SAFE (syllable_type) & in reorder_syllable()