Home
last modified time | relevance | path

Searched refs:opsysstring (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
Dgconvert.h90 gchar* g_locale_to_utf8 (const gchar *opsysstring,
111 gchar* g_filename_to_utf8 (const gchar *opsysstring,
Dgconvert.c1090 g_locale_to_utf8 (const gchar *opsysstring, in g_locale_to_utf8() argument
1099 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_locale_to_utf8()
1101 return g_convert (opsysstring, len, in g_locale_to_utf8()
1343 g_filename_to_utf8 (const gchar *opsysstring, in g_filename_to_utf8() argument
1352 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_filename_to_utf8()
1354 return g_convert (opsysstring, len, in g_filename_to_utf8()
1368 g_filename_to_utf8 (const gchar *opsysstring, in g_filename_to_utf8() argument
1377 return strdup_len (opsysstring, len, bytes_read, bytes_written, error); in g_filename_to_utf8()
1379 return g_convert (opsysstring, len, in g_filename_to_utf8()