HomeSort by relevance Sort by last modified time
    Searched defs:utf8_length (Results 1 - 2 of 2) 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/base/libs/utils/
Unicode.cpp 363 ssize_t utf8_length(const char *src) function

Completed in 148 milliseconds