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

  /external/chromium_org/components/query_parser/
snippet.h 44 const std::string& utf8_string,
snippet.cc 99 // utf8_string: the utf8 string.
106 size_t AdvanceAndReturnUTF16Pos(const char* utf8_string,
115 U8_NEXT(utf8_string, *utf8_pos, utf8_length, wide_char);
188 const std::string& utf8_string,
193 const char* utf8_cstring = utf8_string.c_str();
194 const int32_t utf8_length = static_cast<int32_t>(utf8_string.size());
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 209 std::string utf8_string; local
214 utf8_string = text;
215 ReplaceSubstringsAfterOffset(&utf8_string, 0, "\"", "&quot;");
219 utf8_string = net::EscapeForHTML(text);
226 return Write(utf8_string);
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 18 * @utf8_string: UTF-8 string (IN)
19 * @utf8_string_len: Length of utf8_string (IN)
25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len,
32 u8 c = utf8_string[i];
45 u8 c2 = utf8_string[++i];
57 u8 c3 = utf8_string[++i];
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 999 const char utf8_string[] = { local
1014 CHECK(RE2::FullMatch(utf8_string, re_test1));
1016 CHECK(RE2::FullMatch(utf8_string, re_test2));
1022 CHECK(RE2::PartialMatch(utf8_string, re_test3, &s));
1025 CHECK(RE2::PartialMatch(utf8_string, re_test4, &s));
1029 RE2 re_test5(utf8_string, RE2::Latin1);
1030 CHECK(RE2::FullMatch(utf8_string, re_test5));
1031 RE2 re_test6(utf8_string);
1032 CHECK(RE2::FullMatch(utf8_string, re_test6));
1036 CHECK(!RE2::FullMatch(utf8_string, re_test7))
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 990 const char utf8_string[] = { local
1005 CHECK(RE2::FullMatch(utf8_string, re_test1));
1007 CHECK(RE2::FullMatch(utf8_string, re_test2));
1013 CHECK(RE2::PartialMatch(utf8_string, re_test3, &s));
1016 CHECK(RE2::PartialMatch(utf8_string, re_test4, &s));
1020 RE2 re_test5(utf8_string, RE2::Latin1);
1021 CHECK(RE2::FullMatch(utf8_string, re_test5));
1022 RE2 re_test6(utf8_string);
1023 CHECK(RE2::FullMatch(utf8_string, re_test6));
1027 CHECK(!RE2::FullMatch(utf8_string, re_test7))
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h 448 inline UnicodeText UTF8ToUnicodeText(const string& utf8_string) {
449 return UTF8ToUnicodeText(utf8_string, true);
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 690 std::string utf8_string = base::UTF16ToUTF8(format_string); local
698 size_t pos = utf8_string.find(placeholder.c_str());
702 utf8_string; local
706 utf8_string; local
  /external/chromium_org/v8/src/
i18n.cc 40 v8::String::Utf8Value utf8_string(
42 *setting = icu::UnicodeString::fromUTF8(*utf8_string);
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 1462 const char *utf8_string = "\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41"; local
    [all...]
ustrtest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py 559 self.assertEqual(u'\u1234', proto.utf8_string)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 472 self.assertEqual(u'\u1234', proto.utf8_string)
    [all...]

Completed in 1711 milliseconds