Searched refs:utf8_to_utf16 (Results 1 – 10 of 10) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | Unicode.h | 134 char16_t *utf8_to_utf16(
|
/aosp14/system/core/libutils/ |
H A D | Unicode_test.cpp | 55 utf8_to_utf16(input_data, inlen, output, outlen + 1); in TestUTF8toUTF16()
|
H A D | Unicode.cpp | 437 char16_t* utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str, size_t u16len) { in utf8_to_utf16() function
|
H A D | String16.cpp | 57 utf8_to_utf16(u8cur, u8len, u16str, ((size_t) u16len) + 1); in allocFromUTF8()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | Util.cpp | 54 utf8_to_utf16(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.length(), &*utf16.begin(), in Utf8ToUtf16()
|
H A D | AssetManager2.cpp | 1349 utf8_to_utf16(reinterpret_cast<const uint8_t*>(str.data()), str.size(), &*out->begin(), in Utf8ToUtf16()
|
H A D | ResourceTypes.cpp | 862 utf8_to_utf16(reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt() 1070 char16_t* end = utf8_to_utf16(reinterpret_cast<const uint8_t*>(s->data()), in indexOfString()
|
/aosp14/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 350 utf8_to_utf16(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.length(), in Utf8ToUtf16()
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 1340 "name" : "utf8_to_utf16" 9750 "function_name" : "utf8_to_utf16", 9751 "linker_set_key" : "utf8_to_utf16",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 1344 "name" : "utf8_to_utf16" 9754 "function_name" : "utf8_to_utf16", 9755 "linker_set_key" : "utf8_to_utf16",
|