Home
last modified time | relevance | path

Searched refs:utf32_from_utf8_at (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/text/
H A DUtf8Iterator.cpp34 int32_t result = utf32_from_utf8_at(str_.data(), str_.size(), current_pos_, &next_pos_); in DoNext()
/aosp12/system/core/libutils/include/utils/
H A DUnicode.h93 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp362 int32_t codepoint = utf32_from_utf8_at(utf8.data(), size, i, nullptr); in Utf8ToModifiedUtf8()
394 int32_t high_surrogate = utf32_from_utf8_at(modified_utf8.data(), modified_size, index, in ModifiedUtf8ToUtf8()
402 int32_t low_surrogate = utf32_from_utf8_at(modified_utf8.data(), modified_size, next_index, in ModifiedUtf8ToUtf8()
/aosp12/system/core/libutils/
H A DUnicode.cpp128 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) in utf32_from_utf8_at() function
/aosp12/frameworks/rs/
H A DrsFont.cpp188 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex); in renderUTF()