Searched refs:utf32_to_utf8 (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/libutils/include/utils/ |
H A D | Unicode.h | 84 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len);
|
/aosp12/system/core/libutils/ |
H A D | Unicode.cpp | 168 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 D | String8.cpp | 118 utf32_to_utf8(in, len, resultStr, resultStrLen); in allocFromUTF32()
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 422 utf32_to_utf8((char32_t*) &codepoint, 1, start, utf8_length + 1); in ModifiedUtf8ToUtf8()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils.cpp | 834 utf32_to_utf8(&codepoint, 1, dst, len + 1); in AppendCodepointToUtf8String()
|