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-unicode.h 43 /* hb_unicode_general_category_t */
78 } hb_unicode_general_category_t; typedef in typeref:enum:__anon8467
228 typedef hb_unicode_general_category_t (*hb_unicode_general_category_func_t) (hb_unicode_funcs_t *ufuncs,
327 hb_unicode_general_category_t
hb-ucdn.cc 145 static hb_unicode_general_category_t
149 return (hb_unicode_general_category_t)ucdn_get_general_category(unicode);
hb-ot-layout-private.hh 61 inline hb_unicode_general_category_t
64 return (hb_unicode_general_category_t) (info->unicode_props0() & 0x1F);
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-unicode-private.hh 61 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_general_category_t, general_category) \
hb-icu.cc 93 static hb_unicode_general_category_t
hb-unicode.cc 57 static hb_unicode_general_category_t
hb-ot-shape-complex-arabic.cc 58 static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)

Completed in 101 milliseconds