Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/include/utils/
H A DUnicode.h84 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len);
/aosp12/system/core/libutils/
H A DUnicode.cpp168 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len) in utf32_to_utf8() function
H A DString8.cpp118 utf32_to_utf8(in, len, resultStr, resultStrLen); in allocFromUTF32()
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp422 utf32_to_utf8((char32_t*) &codepoint, 1, start, utf8_length + 1); in ModifiedUtf8ToUtf8()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp834 utf32_to_utf8(&codepoint, 1, dst, len + 1); in AppendCodepointToUtf8String()