Searched refs:utf32_to_utf8 (Results 1 – 7 of 7) sorted by relevance
/aosp14/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);
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | Util.cpp | 157 utf32_to_utf8((char32_t*)&codepoint, 1, start, utf8_length + 1); in ModifiedUtf8ToUtf8()
|
/aosp14/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 | 119 utf32_to_utf8(in, len, resultStr, resultStrLen); in allocFromUTF32()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils.cpp | 829 utf32_to_utf8(&codepoint, 1, dst, len + 1); in AppendCodepointToUtf8String()
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 1334 "name" : "utf32_to_utf8" 9714 "function_name" : "utf32_to_utf8", 9715 "linker_set_key" : "utf32_to_utf8",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 1338 "name" : "utf32_to_utf8" 9718 "function_name" : "utf32_to_utf8", 9719 "linker_set_key" : "utf32_to_utf8",
|