Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DUnicode.h102 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
/frameworks/native/libs/utils/
DUnicode.cpp159 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
DString8.cpp445 return utf32_from_utf8_at(mString, length(), index, next_index); in getUtf32At()
/frameworks/rs/
DrsFont.cpp187 int32_t utfChar = utf32_from_utf8_at(text, len, index, &nextIndex); in renderUTF()