Lines Matching refs:hb_unicode_funcs_t
66 hb_icu_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_combining_class()
75 hb_icu_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_eastasian_width()
94 hb_icu_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_general_category()
145 hb_icu_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_mirroring()
153 hb_icu_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_script()
171 hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_compose()
216 hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose()
313 hb_icu_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose_compatibility()
347 hb_unicode_funcs_t *
350 static const hb_unicode_funcs_t _hb_icu_unicode_funcs = { in hb_icu_get_unicode_funcs()
369 return const_cast<hb_unicode_funcs_t *> (&_hb_icu_unicode_funcs); in hb_icu_get_unicode_funcs()