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

  /external/harfbuzz_ng/src/
hb-ucdn.cc 180 static hb_unicode_general_category_t
184 return (hb_unicode_general_category_t)ucdn_get_general_category(unicode);
hb-unicode.h 43 /* hb_unicode_general_category_t */
78 } hb_unicode_general_category_t; typedef in typeref:enum:__anon19737
228 typedef hb_unicode_general_category_t (*hb_unicode_general_category_func_t) (hb_unicode_funcs_t *ufuncs,
430 HB_EXTERN hb_unicode_general_category_t
hb-ot-layout-private.hh 315 hb_unicode_general_category_t gen_cat)
321 static inline hb_unicode_general_category_t
324 return (hb_unicode_general_category_t) (info->unicode_props() & UPROPS_MASK_GEN_CAT);
hb-glib.cc 212 static hb_unicode_general_category_t
218 /* hb_unicode_general_category_t and GUnicodeType are identical */
219 return (hb_unicode_general_category_t) g_unichar_type (unicode);
hb-icu.cc 94 static hb_unicode_general_category_t
hb-unicode-private.hh 59 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_general_category_t, general_category) \
hb-unicode.cc 57 static hb_unicode_general_category_t
hb-ot-shape-complex-arabic.cc 87 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)

Completed in 905 milliseconds