Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-unicode.hh44 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) \
[all …]
Dhb-unicode.cc191 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil, macro
193 #undef HB_UNICODE_FUNC_IMPLEMENT
241 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ in hb_unicode_funcs_destroy() macro
244 #undef HB_UNICODE_FUNC_IMPLEMENT in hb_unicode_funcs_destroy()
344 #define HB_UNICODE_FUNC_IMPLEMENT(name) \ macro
370 #undef HB_UNICODE_FUNC_IMPLEMENT
373 #define HB_UNICODE_FUNC_IMPLEMENT(return_type, name) \ macro
382 #undef HB_UNICODE_FUNC_IMPLEMENT