Searched refs:utf8_to_utf32 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/utils/
H A DString16.cpp184 utf8_to_utf32(const uint8_t *src, size_t length) function
222 uint32_t codepoint = utf8_to_utf32((const uint8_t*)src, len);
284 uint32_t codepoint = utf8_to_utf32((const uint8_t*)p, utf8len);
H A DString8.cpp518 return utf8_to_utf32(mString, length(), dst, dst_len);
868 size_t utf8_to_utf32(const char* src, size_t src_len, function
/frameworks/base/include/utils/
H A DString8.h87 size_t utf8_to_utf32(const char* src, size_t src_len,

Completed in 53 milliseconds