Searched refs:utf8_value (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gutils.c | 3365 const gchar *utf8_value = g_getenv_utf8 (utf8_variable); in g_getenv() local 3370 if (!utf8_value) in g_getenv() 3372 value = g_locale_from_utf8 (utf8_value, -1, NULL, NULL, NULL); in g_getenv() 3387 gchar *utf8_value = g_locale_to_utf8 (value, -1, NULL, NULL, NULL); in g_setenv() local 3388 gboolean retval = g_setenv_utf8 (utf8_variable, utf8_value, overwrite); in g_setenv() 3391 g_free (utf8_value); in g_setenv()
|
/external/v8/samples/ |
D | process.cc | 333 String::Utf8Value utf8_value(value); in ObjectToString() local 334 return string(*utf8_value); in ObjectToString()
|