Searched refs:g_locale_from_utf8 (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gconvert.h | 95 gchar* g_locale_from_utf8 (const gchar *utf8string,
|
D | gdir.c | 249 retval = g_locale_from_utf8 (utf8_name, -1, NULL, NULL, NULL); in g_dir_read_name()
|
D | gutils.c | 1759 g_tmp_dir_cp = g_locale_from_utf8 (g_tmp_dir, -1, NULL, NULL, NULL); in g_get_any_init_do() 1760 g_user_name_cp = g_locale_from_utf8 (g_user_name, -1, NULL, NULL, NULL); in g_get_any_init_do() 1761 g_real_name_cp = g_locale_from_utf8 (g_real_name, -1, NULL, NULL, NULL); in g_get_any_init_do() 1774 g_home_dir_cp = g_locale_from_utf8 (g_home_dir, -1, NULL, NULL, NULL); in g_get_any_init_do() 3342 retval = g_locale_from_utf8 (utf8_retval, -1, NULL, NULL, NULL); in g_find_program_in_path() 3354 gchar *dir = g_locale_from_utf8 (utf8_dir, -1, NULL, NULL, NULL); in g_get_current_dir() 3372 value = g_locale_from_utf8 (utf8_value, -1, NULL, NULL, NULL); in g_getenv()
|
D | gconvert.c | 1131 g_locale_from_utf8 (const gchar *utf8string, in g_locale_from_utf8() function 1876 retval = g_locale_from_utf8 (utf8_filename, -1, NULL, NULL, error); in g_filename_from_uri()
|
D | gmessages.c | 491 gchar *locale_msg = g_locale_from_utf8 (fatal_msg_buf, -1, NULL, NULL, NULL); in g_logv()
|
D | gfileutils.c | 1955 *name_used = g_locale_from_utf8 (utf8_name_used, -1, NULL, NULL, NULL); in g_file_open_tmp()
|
D | galiasdef.c | 487 #undef g_locale_from_utf8 488 extern __typeof (g_locale_from_utf8) g_locale_from_utf8 __attribute((alias("IA__g_locale_from_utf8"…
|
D | galias.h | 480 extern __typeof (g_locale_from_utf8) IA__g_locale_from_utf8 __attribute((visibility("hidden"))) G_G… 481 #define g_locale_from_utf8 IA__g_locale_from_utf8 macro
|
/external/bluetooth/glib/gmodule/ |
D | gmodule.c | 474 module->cp_file_name = g_locale_from_utf8 (file_name, -1, in g_module_open()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 410 basename = g_locale_from_utf8 (display_name, -1, NULL, NULL, NULL); in g_winhttp_file_get_child_for_display_name()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2421 g_locale_from_utf8
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-8 | 709 Windows, when g_locale_from_utf8() is called from
|
D | ChangeLog.pre-2-16 | 234 * glib/gconvert.c (g_locale_from_utf8): Clarify character set
|
D | ChangeLog.pre-2-4 | 1151 * glib/gconvert.c (g_locale_from_utf8): Drop the Win32-specific
|
D | ChangeLog.pre-2-0 | 3900 * gconvert.c (g_locale_to_utf8, g_locale_from_utf8): Get len using
|