Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp103 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes) in utf32_codepoint_to_utf8() function
212 utf32_codepoint_to_utf8((uint8_t *)cur, *cur_utf32++, len); in utf32_to_utf8()
350 utf32_codepoint_to_utf8((uint8_t*)cur, utf32, len); in utf16_to_utf8()