HomeSort by relevance Sort by last modified time
    Searched defs:hb_unicode_funcs_get_empty (Results 1 - 2 of 2) 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
169 return hb_unicode_funcs_get_empty ();
172 parent = hb_unicode_funcs_get_empty ();
201 * hb_unicode_funcs_get_empty:
210 hb_unicode_funcs_get_empty (void) function
343 return ufuncs->parent ? ufuncs->parent : hb_unicode_funcs_get_empty ();
  /external/harfbuzz_ng/src/
hb-unicode.cc 119 #define hb_nil_get_unicode_funcs hb_unicode_funcs_get_empty
159 return hb_unicode_funcs_get_empty ();
162 parent = hb_unicode_funcs_get_empty ();
191 hb_unicode_funcs_get_empty (void) function
253 return ufuncs->parent ? ufuncs->parent : hb_unicode_funcs_get_empty ();

Completed in 714 milliseconds