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

  /external/harfbuzz/src/
harfbuzz-shape.h 72 const char *hb_language_to_string(HB_Language language);
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 34 char * hb_language_to_string(hb_language_t language)
170 return {'script' : script, 'language' : hb_language_to_string(lang)}
  /external/harfbuzz_ng/src/
hb-common.cc 259 hb_language_to_string (hb_language_t language) function
hb-common.h 141 hb_language_to_string (hb_language_t language);
hb-graphite2.cc 228 const char *lang = hb_language_to_string (hb_buffer_get_language (buffer));
hb-ot-tag.cc 627 lang_str = hb_language_to_string (language);
  /external/harfbuzz_ng/test/api/
test-common.c 205 g_assert (NULL == hb_language_to_string (HB_LANGUAGE_INVALID));

Completed in 237 milliseconds