Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DUnicode.h98 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
/system/core/libutils/
DUnicode.cpp160 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.cpp484 return utf32_from_utf8_at(mString, length(), index, next_index); in getUtf32At()