OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_language_to_string
(Results
1 - 11
of
11
) sorted by null
/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/src/
harfbuzz-shape.h
72
const char *
hb_language_to_string
(HB_Language language);
/external/harfbuzz_ng/test/api/
test-common.c
205
g_assert (NULL ==
hb_language_to_string
(HB_LANGUAGE_INVALID));
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc
228
const char *lang =
hb_language_to_string
(hb_buffer_get_language (buffer));
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-ot-tag.cc
627
lang_str =
hb_language_to_string
(language);
/external/harfbuzz_ng/src/
hb-graphite2.cc
228
const char *lang =
hb_language_to_string
(hb_buffer_get_language (buffer));
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-ot-tag.cc
627
lang_str =
hb_language_to_string
(language);
Completed in 175 milliseconds