Searched defs:utf32_codepoint_to_utf8 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DUnicode.cpp105 static inline void utf32_codepoint_to_utf8(uint8_t* dstP, char32_t srcChar, size_t bytes) function
202 utf32_codepoint_to_utf8((uint8_t *)cur, *cur_utf32++, len);
353 utf32_codepoint_to_utf8((uint8_t*)cur, utf32, len);

Completed in 40 milliseconds