OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8_string
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc
193
std::string
utf8_string
;
local
198
utf8_string
= text;
199
ReplaceSubstringsAfterOffset(&
utf8_string
, 0, "\"", """);
203
utf8_string
= EscapeForHTML(text);
210
return Write(
utf8_string
);
/external/pcre/
pcrecpp_unittest.cc
1184
const unsigned char
utf8_string
[] = {
local
[
all
...]
/external/bluetooth/glib/gio/
glocalfileinfo.c
1036
char *
utf8_string
;
local
1040
utf8_string
= g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL);
1041
if (
utf8_string
== NULL)
1042
utf8_string
= make_valid_utf8 (pwd_str);
1045
utf8_string
= g_strdup (pwd_str);
1047
return
utf8_string
;
[
all
...]
Completed in 93 milliseconds