Home
last modified time | relevance | path

Searched defs:gen_cat (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-unicode.hh354 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ argument
360 #define HB_UNICODE_GENERAL_CATEGORY_IS_LETTER(gen_cat) \ argument
Dhb-ot-layout.hh214 unsigned int gen_cat = (unsigned int) unicode->general_category (u); in _hb_glyph_info_set_unicode_props() local
259 hb_unicode_general_category_t gen_cat) in _hb_glyph_info_set_general_category()
Dhb-ot-shaper-arabic.cc42 #define HB_ARABIC_GENERAL_CATEGORY_IS_WORD(gen_cat) \ argument
86 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat) in get_joining_type()
Dhb-ot-shape.cc480 unsigned gen_cat = _hb_glyph_info_get_general_category (&info[i]); in hb_set_unicode_props() local