HomeSort by relevance Sort by last modified time
    Searched refs:hb_unicode_funcs_get_empty (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode.cc 119 #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 ();
hb-unicode.h 185 hb_unicode_funcs_get_empty (void);
  /external/harfbuzz_ng/src/
hb-unicode.cc 119 #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 ();
hb-unicode.h 185 hb_unicode_funcs_get_empty (void);
  /external/harfbuzz_ng/test/api/
test-unicode.c 558 hb_unicode_funcs_t *uf = hb_unicode_funcs_get_empty ();

Completed in 106 milliseconds