HomeSort by relevance Sort by last modified time
    Searched refs:utf8_string (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/history/
snippet.h 43 const std::string& utf8_string,
snippet.cc 98 // utf8_string: the utf8 string.
105 size_t AdvanceAndReturnUTF16Pos(const char* utf8_string,
114 U8_NEXT(utf8_string, *utf8_pos, utf8_length, wide_char);
187 const std::string& utf8_string,
192 const char* utf8_cstring = utf8_string.c_str();
193 const int32_t utf8_length = static_cast<int32_t>(utf8_string.size());
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 193 std::string utf8_string; local
198 utf8_string = text;
199 ReplaceSubstringsAfterOffset(&utf8_string, 0, "\"", "&quot;");
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...]
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 472 self.assertEqual(u'\u1234', proto.utf8_string)
    [all...]

Completed in 307 milliseconds