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-private.hh 247 /* If GEN_CAT=FORMAT, top byte masks: */
258 unsigned int gen_cat = (unsigned int) unicode->general_category (u); local
259 unsigned int props = gen_cat;
285 else if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_NON_ENCLOSING_MARK_OR_MODIFIER_SYMBOL (gen_cat)))
312 props = gen_cat = HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK;
322 hb_unicode_general_category_t gen_cat)
325 info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN_CAT));
hb-unicode-private.hh 359 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \
360 (FLAG_UNSAFE (gen_cat) & \
365 #define HB_UNICODE_GENERAL_CATEGORY_IS_NON_ENCLOSING_MARK_OR_MODIFIER_SYMBOL(gen_cat) \
366 (FLAG_UNSAFE (gen_cat) & \
hb-ot-shape-complex-arabic.cc 40 #define HB_ARABIC_GENERAL_CATEGORY_IS_WORD(gen_cat) \
41 (FLAG_UNSAFE (gen_cat) & \
84 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)
90 return (FLAG_UNSAFE(gen_cat) &

Completed in 75 milliseconds