Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-unicode-private.hh354 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ argument
355 (FLAG_SAFE (gen_cat) & \
360 #define HB_UNICODE_GENERAL_CATEGORY_IS_NON_ENCLOSING_MARK_OR_MODIFIER_SYMBOL(gen_cat) \ argument
361 (FLAG_SAFE (gen_cat) & \
Dhb-ot-layout-private.hh246 unsigned int gen_cat = (unsigned int) unicode->general_category (u); in _hb_glyph_info_set_unicode_props() local
247 unsigned int props = gen_cat; in _hb_glyph_info_set_unicode_props()
259 …else if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_NON_ENCLOSING_MARK_OR_MODIFIER_SYMBOL (gen_cat))) in _hb_glyph_info_set_unicode_props()
286 props = gen_cat = HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK; in _hb_glyph_info_set_unicode_props()
296 hb_unicode_general_category_t gen_cat) in _hb_glyph_info_set_general_category() argument
299 …info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN… in _hb_glyph_info_set_general_category()
Dhb-ot-shape-complex-arabic.cc43 #define HB_ARABIC_GENERAL_CATEGORY_IS_WORD(gen_cat) \ argument
44 (FLAG_SAFE (gen_cat) & \
87 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat) in get_joining_type() argument
93 return (FLAG_SAFE(gen_cat) & in get_joining_type()