HomeSort by relevance Sort by last modified time
    Searched refs:utf8_length (Results 1 - 8 of 8) 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/include/utils/
Unicode.h 133 ssize_t utf8_length(const char *src);
  /external/sqlite/android/
PhoneticStringUtils.cpp 265 ssize_t src_len = utf8_length(src);
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 131 if (utf8_length(value) == -1) {
  /frameworks/native/libs/utils/
Unicode.cpp 363 ssize_t utf8_length(const char *src) function
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 234 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) {
241 Uint8 const *const end_of_input = utf8 + utf8_length - 1;
    [all...]
  /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 250 milliseconds