Searched refs:hb_unicode_funcs_get_empty (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-unicode.cc119 #define hb_nil_get_unicode_funcs hb_unicode_funcs_get_empty
174 return hb_unicode_funcs_get_empty ();
177 parent = hb_unicode_funcs_get_empty ();
206 * hb_unicode_funcs_get_empty:
215 hb_unicode_funcs_get_empty (void) function
348 return ufuncs->parent ? ufuncs->parent : hb_unicode_funcs_get_empty ();
H A Dhb-unicode.h185 hb_unicode_funcs_get_empty (void);
/external/harfbuzz_ng/test/api/
H A Dtest-unicode.c558 hb_unicode_funcs_t *uf = hb_unicode_funcs_get_empty ();

Completed in 25 milliseconds