Home
last modified time | relevance | path

Searched defs:ufuncs (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-unicode.cc163 hb_unicode_funcs_t *ufuncs; in hb_unicode_funcs_create() local
223 hb_unicode_funcs_reference (hb_unicode_funcs_t *ufuncs) in hb_unicode_funcs_reference()
237 hb_unicode_funcs_destroy (hb_unicode_funcs_t *ufuncs) in hb_unicode_funcs_destroy()
266 hb_unicode_funcs_set_user_data (hb_unicode_funcs_t *ufuncs, in hb_unicode_funcs_set_user_data()
287 hb_unicode_funcs_get_user_data (hb_unicode_funcs_t *ufuncs, in hb_unicode_funcs_get_user_data()
303 hb_unicode_funcs_make_immutable (hb_unicode_funcs_t *ufuncs) in hb_unicode_funcs_make_immutable()
322 hb_unicode_funcs_is_immutable (hb_unicode_funcs_t *ufuncs) in hb_unicode_funcs_is_immutable()
338 hb_unicode_funcs_get_parent (hb_unicode_funcs_t *ufuncs) in hb_unicode_funcs_get_parent()
398 hb_unicode_compose (hb_unicode_funcs_t *ufuncs, in hb_unicode_compose()
420 hb_unicode_decompose (hb_unicode_funcs_t *ufuncs, in hb_unicode_decompose()
[all …]
/external/harfbuzz_ng/test/api/
Dtest-unicode.c64 simple_get_script (hb_unicode_funcs_t *ufuncs, in simple_get_script()
81 a_is_for_arabic_get_script (hb_unicode_funcs_t *ufuncs, in a_is_for_arabic_get_script()
Dtest-buffer.c105 hb_unicode_funcs_t *ufuncs; in test_buffer_properties() local