HomeSort by relevance Sort by last modified time
    Searched refs:utf8_string (Results 1 - 17 of 17) 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_org/chrome/browser/history/
snippet.h 42 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/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 210 std::string utf8_string; local
215 utf8_string = text;
216 ReplaceSubstringsAfterOffset(&utf8_string, 0, "\"", "&quot;");
220 utf8_string = net::EscapeForHTML(text);
227 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 686 std::string utf8_string = UTF16ToUTF8(format_string); local
694 size_t pos = utf8_string.find(placeholder.c_str());
698 utf8_string; local
702 utf8_string; local
  /external/chromium_org/v8/src/
i18n.cc 62 v8::String::Utf8Value utf8_string(
64 *setting = icu::UnicodeString::fromUTF8(*utf8_string);
  /external/chromium_org/ui/base/ime/
input_method_ibus_unittest.cc 41 uint32 GetOffsetInUTF16(const std::string& utf8_string, uint32 utf8_offset) {
42 string16 utf16_string = UTF8ToUTF16(utf8_string);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp     [all...]
  /external/icu4c/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 600 milliseconds