Home
last modified time | relevance | path

Searched defs:utf32_to_utf8 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libxkbcommon/src/
H A Dutf8.c36 utf32_to_utf8(uint32_t unichar, char *buffer) in utf32_to_utf8() function
/aosp_15_r20/system/core/libutils/binder/
H A DUnicode.cpp167 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len) in utf32_to_utf8() function