Lines Matching refs:hb_unicode_funcs_t
67 hb_icu_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_combining_class()
76 hb_icu_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_eastasian_width()
95 hb_icu_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_general_category()
146 hb_icu_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_mirroring()
154 hb_icu_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_script()
172 hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_compose()
217 hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose()
314 hb_icu_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose_compatibility()
348 hb_unicode_funcs_t *
351 static const hb_unicode_funcs_t _hb_icu_unicode_funcs = { in hb_icu_get_unicode_funcs()
370 return const_cast<hb_unicode_funcs_t *> (&_hb_icu_unicode_funcs); in hb_icu_get_unicode_funcs()