Lines Matching refs:HB_UNICODE_FUNC_IMPLEMENT
44 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \
45 HB_UNICODE_FUNC_IMPLEMENT (eastasian_width) \
46 HB_UNICODE_FUNC_IMPLEMENT (general_category) \
47 HB_UNICODE_FUNC_IMPLEMENT (mirroring) \
48 HB_UNICODE_FUNC_IMPLEMENT (script) \
49 HB_UNICODE_FUNC_IMPLEMENT (compose) \
50 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
51 HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
56 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \
57 HB_UNICODE_FUNC_IMPLEMENT (unsigned int, eastasian_width) \
58 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_general_category_t, general_category) \
59 HB_UNICODE_FUNC_IMPLEMENT (hb_codepoint_t, mirroring) \
60 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
69 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
72 #undef HB_UNICODE_FUNC_IMPLEMENT
246 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_func_t name; macro
248 #undef HB_UNICODE_FUNC_IMPLEMENT
252 #define HB_UNICODE_FUNC_IMPLEMENT(name) void *name; macro
254 #undef HB_UNICODE_FUNC_IMPLEMENT
258 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name; macro
260 #undef HB_UNICODE_FUNC_IMPLEMENT