Searched refs:opsysstring (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/glib/ |
D | gconvert.c | 1002 g_locale_to_utf8 (const gchar *opsysstring, in g_locale_to_utf8() argument 1011 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_locale_to_utf8() 1013 return convert_checked (opsysstring, len, "UTF-8", charset, in g_locale_to_utf8() 1261 g_filename_to_utf8 (const gchar *opsysstring, in g_filename_to_utf8() argument 1269 g_return_val_if_fail (opsysstring != NULL, NULL); in g_filename_to_utf8() 1272 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_filename_to_utf8() 1274 return convert_checked (opsysstring, len, "UTF-8", charset, in g_filename_to_utf8() 1966 _GLIB_EXTERN gchar *g_filename_to_utf8_utf8 (const gchar *opsysstring, 1984 g_filename_to_utf8_utf8 (const gchar *opsysstring, in g_filename_to_utf8_utf8() argument 1990 return g_filename_to_utf8 (opsysstring, len, bytes_read, bytes_written, error); in g_filename_to_utf8_utf8()
|
D | gconvert.h | 127 gchar* g_locale_to_utf8 (const gchar *opsysstring, 143 gchar* g_filename_to_utf8 (const gchar *opsysstring,
|