Searched refs:convert_checked (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/ |
D | gconvert.c | 912 convert_checked (const gchar *string, in convert_checked() function 1013 return convert_checked (opsysstring, len, "UTF-8", charset, in g_locale_to_utf8() 1062 return convert_checked (utf8string, len, charset, "UTF-8", in g_locale_from_utf8() 1274 return convert_checked (opsysstring, len, "UTF-8", charset, in g_filename_to_utf8() 1324 return convert_checked (utf8string, len, charset, "UTF-8", in g_filename_from_utf8()
|