Searched defs:HB_UNICODE_FUNC_IMPLEMENT (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-unicode-private.hh | 74 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro 204 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_func_t name; macro 210 #define HB_UNICODE_FUNC_IMPLEMENT(name) void *name; macro 216 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name; macro
|
D | hb-unicode.cc | 184 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro 207 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro 257 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro 286 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
|
D | hb-ucdn.cc | 200 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_ucdn_##name, in hb_ucdn_get_unicode_funcs() macro
|
D | hb-glib.cc | 376 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_glib_unicode_##name, in hb_glib_get_unicode_funcs() macro
|
D | hb-icu.cc | 356 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_icu_unicode_##name, in hb_icu_get_unicode_funcs() macro
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-unicode-private.hh | 74 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro 204 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_func_t name; macro 210 #define HB_UNICODE_FUNC_IMPLEMENT(name) void *name; macro 216 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_destroy_func_t name; macro
|
D | hb-unicode.cc | 194 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro 244 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro 347 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro 376 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
|
D | hb-ucdn.cc | 200 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_ucdn_##name, in hb_ucdn_get_unicode_funcs() macro
|
D | hb-glib.cc | 376 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_glib_unicode_##name, in hb_glib_get_unicode_funcs() macro
|
D | hb-icu.cc | 356 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_icu_unicode_##name, in hb_icu_get_unicode_funcs() macro
|