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

  /external/chromium_org/base/strings/
utf_string_conversion_utils.h 31 // ReadUnicodeCharacter --------------------------------------------------------
40 BASE_EXPORT bool ReadUnicodeCharacter(const char* src,
46 BASE_EXPORT bool ReadUnicodeCharacter(const char16* src,
53 BASE_EXPORT bool ReadUnicodeCharacter(const wchar_t* src,
utf_string_conversion_utils.cc 11 // ReadUnicodeCharacter --------------------------------------------------------
13 bool ReadUnicodeCharacter(const char* src,
32 bool ReadUnicodeCharacter(const char16* src,
57 bool ReadUnicodeCharacter(const wchar_t* src,
utf_offset_string_conversions.cc 196 if (ReadUnicodeCharacter(src, src_len32, &i, &code_point)) {
205 // NOTE: ReadUnicodeCharacter() adjusts |i| to point _at_ the last
utf_string_conversions.cc 30 if (ReadUnicodeCharacter(src, src_len32, &i, &code_point)) {
  /external/chromium_org/base/json/
string_escape.cc 81 if (!ReadUnicodeCharacter(str.data(), length, &i, &code_point)) {
  /external/chromium_org/url/
url_canon_internal.cc 255 if (!base::ReadUnicodeCharacter(str, length, begin, code_point_out) ||
268 if (!base::ReadUnicodeCharacter(str, length, begin, code_point_out) ||
  /external/chromium_org/chromeos/network/
shill_property_util.cc 31 bool is_unicode_char = base::ReadUnicodeCharacter(
  /external/chromium_org/remoting/host/
input_injector_linux.cc 327 if (!base::ReadUnicodeCharacter(

Completed in 361 milliseconds