/external/bluetooth/glib/glib/ |
D | gconvert.h | 90 gchar* g_locale_to_utf8 (const gchar *opsysstring,
|
D | gdir.c | 156 gchar *utf8_path = g_locale_to_utf8 (path, -1, NULL, NULL, error); in g_dir_open()
|
D | goption.c | 1007 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1026 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1059 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1082 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1139 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1145 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg()
|
D | gfileutils.c | 1838 gchar *utf8_filename = g_locale_to_utf8 (filename, -1, NULL, NULL, NULL); in g_file_test() 1859 gchar *utf8_filename = g_locale_to_utf8 (filename, -1, NULL, NULL, error); in g_file_get_contents() 1942 gchar *utf8_tmpl = g_locale_to_utf8 (tmpl, -1, NULL, NULL, error); in g_file_open_tmp()
|
D | gutils.c | 3335 gchar *utf8_program = g_locale_to_utf8 (program, -1, NULL, NULL, NULL); in g_find_program_in_path() 3364 gchar *utf8_variable = g_locale_to_utf8 (variable, -1, NULL, NULL, NULL); in g_getenv() 3386 gchar *utf8_variable = g_locale_to_utf8 (variable, -1, NULL, NULL, NULL); in g_setenv() 3387 gchar *utf8_value = g_locale_to_utf8 (value, -1, NULL, NULL, NULL); in g_setenv() 3401 gchar *utf8_variable = g_locale_to_utf8 (variable, -1, NULL, NULL, NULL); in g_unsetenv()
|
D | gconvert.c | 1090 g_locale_to_utf8 (const gchar *opsysstring, in g_locale_to_utf8() function 1948 utf8_filename = g_locale_to_utf8 (filename, -1, NULL, NULL, error); in g_filename_to_uri()
|
D | gstrfuncs.c | 945 gchar *msg_utf8 = g_locale_to_utf8 (msg_locale, -1, NULL, NULL, NULL); in g_strerror() 1428 gchar *msg_utf8 = g_locale_to_utf8 (msg_locale, -1, NULL, NULL, NULL); in g_strsignal()
|
D | galiasdef.c | 490 #undef g_locale_to_utf8 491 extern __typeof (g_locale_to_utf8) g_locale_to_utf8 __attribute((alias("IA__g_locale_to_utf8"), vis…
|
D | galias.h | 483 extern __typeof (g_locale_to_utf8) IA__g_locale_to_utf8 __attribute((visibility("hidden"))) G_GNUC_… 484 #define g_locale_to_utf8 IA__g_locale_to_utf8 macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | changes.sgml | 139 strings using <function>g_locale_to_utf8()</function> first.
|
D | glib-sections.txt | 2412 g_locale_to_utf8
|
/external/bluetooth/glib/gmodule/ |
D | gmodule.c | 527 gchar *utf8_file_name = g_locale_to_utf8 (file_name, -1, NULL, NULL, NULL); in g_module_open()
|
/external/bluetooth/glib/gio/ |
D | glocalfileinfo.c | 1040 utf8_string = g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL); in convert_pwd_string_to_utf8()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-8 | 1463 * glib/gconvert.c (g_locale_to_utf8, g_filename_to_uri): Improve
|
D | ChangeLog.pre-2-4 | 1158 (g_locale_to_utf8): No need for the Win32-specific implementation
|
D | ChangeLog.pre-2-0 | 3900 * gconvert.c (g_locale_to_utf8, g_locale_from_utf8): Get len using
|