Home
last modified time | relevance | path

Searched refs:hb_language_to_string (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/
Dtest-ot-name.cc57 hb_language_to_string (entries[i].language)); in main()
Dhb-ot-tag.cc450 lang_str = hb_language_to_string (language); in hb_ot_tags_from_script_and_language()
591 const char *lang_str = hb_language_to_string (*language); in hb_ot_tags_to_script_and_language()
Dhb-common.h322 hb_language_to_string (hb_language_t language);
Dhb-graphite2.cc239 const char *lang = hb_language_to_string (hb_buffer_get_language (buffer)); in _hb_graphite2_shape()
Dhb-common.cc380 hb_language_to_string (hb_language_t language) in hb_language_to_string() function
Dhb-directwrite.cc628 hb_language_to_string (buffer->props.language), 20); in _hb_directwrite_shape()
Dhb-coretext-shape.cc887 hb_language_to_string (buffer->props.language), in _hb_coretext_shape()
/external/harfbuzz_ng/test/api/
Dtest-ot-name.c97 g_assert_cmpstr (hb_language_to_string (lang), ==, "en"); in test_ot_name()
Dtest-common.c205 g_assert (NULL == hb_language_to_string (HB_LANGUAGE_INVALID)); in test_types_language()
Dtest-ot-tag.c272 g_assert_cmpstr (hb_language_to_string (*actual_lang), ==, lang_s); in test_tags_to_script_and_language()
/external/harfbuzz_ng/src/OT/name/
Dname.hh276 const char *astr = hb_language_to_string (a->language); in _hb_ot_name_entry_cmp_key()
277 const char *bstr = hb_language_to_string (b->language); in _hb_ot_name_entry_cmp_key()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt142 hb_language_to_string
/external/harfbuzz_ng/util/
Dhb-info.cc943 hb_language_to_string (hb_ot_tag_to_language (language_array[language_index])), in _list_scripts()