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

  /frameworks/base/tools/aapt2/text/
Utf8Iterator.cpp 34 int32_t result = utf32_from_utf8_at(str_.data(), str_.size(), current_pos_, &next_pos_);
  /system/core/libutils/include/utils/
Unicode.h 102 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
  /frameworks/base/libs/hwui/tests/common/
TestUtils.cpp 96 int32_t unichar = utf32_from_utf8_at(text, 4, 0, &nextIndex);
  /system/core/libutils/
String8.cpp 502 return utf32_from_utf8_at(mString, length(), index, next_index);
Unicode.cpp 156 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) function
  /frameworks/rs/
rsFont.cpp 188 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex);

Completed in 287 milliseconds