HomeSort by relevance Sort by last modified time
    Searched defs:utf8_length (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
snippet.cc 99 // utf8_length: length of the utf8 string.
106 int32_t utf8_length,
110 DCHECK(offset >= *utf8_pos && offset <= utf8_length);
114 U8_NEXT(utf8_string, *utf8_pos, utf8_length, wide_char);
193 const int32_t utf8_length = static_cast<int32_t>(utf8_string.size()); local
196 i->first = AdvanceAndReturnUTF16Pos(utf8_cstring, utf8_length,
198 i->second = AdvanceAndReturnUTF16Pos(utf8_cstring, utf8_length,
  /frameworks/native/libs/utils/
Unicode.cpp 363 ssize_t utf8_length(const char *src) function
  /external/v8/src/
log.cc 460 int utf8_length = Min(str->length(), kUtf8BufferSize - utf8_pos_); local
461 String::WriteToFlat(str, utf8_buffer_ + utf8_pos_, 0, utf8_length);
462 utf8_pos_ += utf8_length;
    [all...]
  /external/v8/test/cctest/
test-api.cc 5804 int utf8_length = static_cast<int>(expected_len->Value()); local
    [all...]

Completed in 4976 milliseconds