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

  /external/chromium_org/ui/base/ime/
composition_text_util_pango.cc 48 int utf8_length = strlen(utf8_text); local
57 start = std::min(start, utf8_length);
58 end = std::min(end, utf8_length);
  /external/chromium_org/components/query_parser/
snippet.cc 100 // utf8_length: length of the utf8 string.
107 int32_t utf8_length,
111 DCHECK(offset >= *utf8_pos && offset <= utf8_length);
115 U8_NEXT(utf8_string, *utf8_pos, utf8_length, wide_char);
194 const int32_t utf8_length = static_cast<int32_t>(utf8_string.size()); local
197 i->first = AdvanceAndReturnUTF16Pos(utf8_cstring, utf8_length,
200 i->second = AdvanceAndReturnUTF16Pos(utf8_cstring, utf8_length,
  /system/core/include/utils/
Unicode.h 136 ssize_t utf8_length(const char *src);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 321 assert(start_pos.utf8_data() <= utf8_data() + utf8_length());
333 StringPiece searching(utf8_data(), utf8_length());
334 StringPiece look_piece(look.utf8_data(), look.utf8_length());
346 StringPiece searching(utf8_data(), utf8_length());
498 int len = utf8_length();
unicodetext.h 50 // UTF-8-encoded version of the text; 'utf8_length' returns the number
286 int utf8_length() const { return repr_.size_; } function in class:i18n::phonenumbers::UnicodeText
455 return string(t.utf8_data(), t.utf8_length());
  /system/core/libutils/
Unicode.cpp 364 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/chromium_org/ppapi/tests/
test_websocket.cc 279 uint32_t utf8_length;
280 const char* utf8 = var_interface_->VarToUtf8(var, &utf8_length);
281 if (utf8_length != string.size())
    [all...]
  /external/chromium_org/v8/src/
api.cc 4253 int utf8_length = 0; local
4264 int utf8_length = 0; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7935 int utf8_length = static_cast<int>(expected_len->Value()); local
    [all...]

Completed in 320 milliseconds