Searched refs:gen_cat (Results 1 – 3 of 3) sorted by relevance
219 unsigned int gen_cat = (unsigned int) unicode->general_category (u); in _hb_glyph_info_set_unicode_props() local220 unsigned int props = gen_cat; in _hb_glyph_info_set_unicode_props()252 if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (gen_cat))) in _hb_glyph_info_set_unicode_props()264 hb_unicode_general_category_t gen_cat) in _hb_glyph_info_set_general_category() argument267 …info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN… in _hb_glyph_info_set_general_category()
356 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ argument357 (FLAG_UNSAFE (gen_cat) & \
42 #define HB_ARABIC_GENERAL_CATEGORY_IS_WORD(gen_cat) \ argument43 (FLAG_UNSAFE (gen_cat) & \86 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat) in get_joining_type() argument92 return (FLAG_UNSAFE(gen_cat) & in get_joining_type()