OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_value
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gutils.c
3365
const gchar *
utf8_value
= g_getenv_utf8 (utf8_variable);
local
3387
gchar *
utf8_value
= g_locale_to_utf8 (value, -1, NULL, NULL, NULL);
local
[
all
...]
/external/v8/samples/
process.cc
331
String::Utf8Value
utf8_value
(value);
332
return string(*
utf8_value
);
Completed in 206 milliseconds