Home
last modified time | relevance | path

Searched defs:HB_UNICODE_FUNC_IMPLEMENT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-unicode.cc212 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro
264 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro
371 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro
410 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
H A Dhb-unicode.hh69 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
245 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_func_t name; macro
251 #define HB_UNICODE_FUNC_IMPLEMENT(name) void *name; macro
257 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name; macro