Home
last modified time | relevance | path

Searched refs:HB_UNICODE_FUNC_IMPLEMENT (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-unicode-private.hh45 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \
46 HB_UNICODE_FUNC_IMPLEMENT (eastasian_width) \
47 HB_UNICODE_FUNC_IMPLEMENT (general_category) \
48 HB_UNICODE_FUNC_IMPLEMENT (mirroring) \
49 HB_UNICODE_FUNC_IMPLEMENT (script) \
50 HB_UNICODE_FUNC_IMPLEMENT (compose) \
51 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
52 HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
57 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \
58 HB_UNICODE_FUNC_IMPLEMENT (unsigned int, eastasian_width) \
[all …]
Dhb-unicode.cc194 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro
196 #undef HB_UNICODE_FUNC_IMPLEMENT
244 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro
247 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_unicode_funcs_destroy()
347 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro
373 #undef HB_UNICODE_FUNC_IMPLEMENT
376 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
385 #undef HB_UNICODE_FUNC_IMPLEMENT
Dhb-ucdn.cc229 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_ucdn_##name, in hb_ucdn_get_unicode_funcs() macro
231 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_ucdn_get_unicode_funcs()
Dhb-glib.cc376 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_glib_unicode_##name, in hb_glib_get_unicode_funcs() macro
378 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_glib_get_unicode_funcs()
Dhb-icu.cc357 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_icu_unicode_##name, in hb_icu_get_unicode_funcs() macro
359 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_icu_get_unicode_funcs()