HomeSort by relevance Sort by last modified time
    Searched refs:gen_cat (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout.hh 204 /* If GEN_CAT=FORMAT, top byte masks: */
215 unsigned int gen_cat = (unsigned int) unicode->general_category (u); local
216 unsigned int props = gen_cat;
248 if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (gen_cat)))
260 hb_unicode_general_category_t gen_cat)
263 info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN_CAT));
hb-unicode.hh 355 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \
356 (FLAG_UNSAFE (gen_cat) & \
hb-ot-shape-complex-arabic.cc 39 #define HB_ARABIC_GENERAL_CATEGORY_IS_WORD(gen_cat) \
40 (FLAG_UNSAFE (gen_cat) & \
83 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)
89 return (FLAG_UNSAFE(gen_cat) &

Completed in 486 milliseconds