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

  /frameworks/base/libs/androidfw/
Util.cpp 59 ssize_t utf8_length = utf16_to_utf8_length(utf16.data(), utf16.length()); local
60 if (utf8_length <= 0) {
65 utf8.resize(utf8_length);
66 utf16_to_utf8(utf16.data(), utf16.length(), &*utf8.begin(), utf8_length + 1);
  /system/core/libutils/include/utils/
Unicode.h 133 ssize_t utf8_length(const char *src);
  /external/libtextclassifier/util/utf8/
unicodetext.h 118 int utf8_length() const { function in class:libtextclassifier::UnicodeText::const_iterator
  /prebuilts/misc/windows/sdl2/test/
testime.c 40 size_t utf8_length(unsigned char c) function
57 size_t len = utf8_length(*p);
  /art/runtime/mirror/
string.cc 212 int32_t utf8_length) {
214 const bool compressible = kUseStringCompression && (utf16_length == utf8_length);
225 ConvertModifiedUtf8ToUtf16(utf16_data_out, utf16_length, utf8_data_in, utf8_length);
string.h 137 const char* utf8_data_in, int32_t utf8_length)
  /external/v8/src/
value-serializer.cc 1176 uint32_t utf8_length; local
    [all...]
api.cc 5465 int utf8_length = 0; local
5476 int utf8_length = 0; local
    [all...]
  /system/core/libutils/
Unicode.cpp 399 ssize_t utf8_length(const char *src)

Completed in 597 milliseconds