Searched refs:utf8_variable (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gutils.c | 3364 gchar *utf8_variable = g_locale_to_utf8 (variable, -1, NULL, NULL, NULL); in g_getenv() local 3365 const gchar *utf8_value = g_getenv_utf8 (utf8_variable); in g_getenv() 3369 g_free (utf8_variable); in g_getenv() 3386 gchar *utf8_variable = g_locale_to_utf8 (variable, -1, NULL, NULL, NULL); in g_setenv() local 3388 gboolean retval = g_setenv_utf8 (utf8_variable, utf8_value, overwrite); in g_setenv() 3390 g_free (utf8_variable); in g_setenv() 3401 gchar *utf8_variable = g_locale_to_utf8 (variable, -1, NULL, NULL, NULL); in g_unsetenv() local 3403 g_unsetenv_utf8 (utf8_variable); in g_unsetenv() 3405 g_free (utf8_variable); in g_unsetenv()
|