HomeSort by relevance Sort by last modified time
    Searched defs:utf8_string (Results 1 - 2 of 2) 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/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 453 milliseconds