Searched refs:g_str_to_ascii (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | strfuncs.c | 2036 out = g_str_to_ascii ("hello", NULL); in test_transliteration() 2041 out = g_str_to_ascii ("", NULL); in test_transliteration() 2046 out = g_str_to_ascii ("a ∧ ¬a", NULL); in test_transliteration() 2051 out = g_str_to_ascii ("ö", NULL); in test_transliteration() 2055 out = g_str_to_ascii ("ö", "sv"); in test_transliteration() 2059 out = g_str_to_ascii ("ö", "de"); in test_transliteration() 2064 out = g_str_to_ascii ("ö", "de_DE"); in test_transliteration() 2068 out = g_str_to_ascii ("ö", "de_DE.UTF-8"); in test_transliteration() 2072 out = g_str_to_ascii ("ö", "de_DE.UTF-8@euro"); in test_transliteration() 2076 out = g_str_to_ascii ("ö", "de@euro"); in test_transliteration() [all …]
|
/third_party/glib/glib/ |
D | gtranslit.c | 330 g_str_to_ascii (const gchar *str, in g_str_to_ascii() function
|
D | gstrfuncs.h | 305 gchar * g_str_to_ascii (const gchar *str,
|
D | gstrfuncs.c | 3109 ascii = g_str_to_ascii (composed, translit_locale); in g_str_tokenize_and_fold()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 924 p = lname = g_str_to_ascii (name, NULL); in gst_encoding_target_load()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1718 g_str_to_ascii
|
/third_party/glib/ |
D | NEWS | 4981 New API: g_str_to_ascii()
|