Lines Matching refs:HB_UNICODE_FUNC_IMPLEMENT
47 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \
48 HB_UNICODE_FUNC_IMPLEMENT (eastasian_width) \
49 HB_UNICODE_FUNC_IMPLEMENT (general_category) \
50 HB_UNICODE_FUNC_IMPLEMENT (mirroring) \
51 HB_UNICODE_FUNC_IMPLEMENT (script) \
52 HB_UNICODE_FUNC_IMPLEMENT (compose) \
53 HB_UNICODE_FUNC_IMPLEMENT (decompose) \
54 HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
59 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \
60 HB_UNICODE_FUNC_IMPLEMENT (unsigned int, eastasian_width) \
61 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_general_category_t, general_category) \
62 HB_UNICODE_FUNC_IMPLEMENT (hb_codepoint_t, mirroring) \
63 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
74 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \
77 #undef HB_UNICODE_FUNC_IMPLEMENT
204 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_func_t name;
206 #undef HB_UNICODE_FUNC_IMPLEMENT
210 #define HB_UNICODE_FUNC_IMPLEMENT(name) void *name;
212 #undef HB_UNICODE_FUNC_IMPLEMENT
216 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name;
218 #undef HB_UNICODE_FUNC_IMPLEMENT