Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-unicode-private.hh310 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ argument
311 (FLAG (gen_cat) & \
Dhb-ot-layout-private.hh200 hb_unicode_general_category_t gen_cat) in _hb_glyph_info_set_general_category() argument
202 info->unicode_props0() = (unsigned int) gen_cat | ((info->unicode_props0()) & ~MASK0_GEN_CAT); in _hb_glyph_info_set_general_category()
Dhb-ot-shape-complex-arabic.cc58 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat) in get_joining_type() argument
64 return (FLAG(gen_cat) & in get_joining_type()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-unicode-private.hh310 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ argument
311 (FLAG (gen_cat) & \
Dhb-ot-layout-private.hh200 hb_unicode_general_category_t gen_cat) in _hb_glyph_info_set_general_category() argument
202 info->unicode_props0() = (unsigned int) gen_cat | ((info->unicode_props0()) & ~MASK0_GEN_CAT); in _hb_glyph_info_set_general_category()
Dhb-ot-shape-complex-arabic.cc58 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat) in get_joining_type() argument
64 return (FLAG(gen_cat) & in get_joining_type()