Searched refs:utf8_to_utf16 (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/core/libutils/include/utils/ |
H A D | Unicode.h | 134 char16_t *utf8_to_utf16(
|
/aosp12/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 | 1226 utf8_to_utf16(reinterpret_cast<const uint8_t*>(str.data()), str.size(), &*out->begin(), in Utf8ToUtf16()
|
H A D | ResourceTypes.cpp | 849 utf8_to_utf16(reinterpret_cast<const uint8_t*>(decodedString->data()), in stringAt() 1057 char16_t* end = utf8_to_utf16(reinterpret_cast<const uint8_t*>(s->data()), in indexOfString()
|
/aosp12/system/core/libutils/ |
H A D | Unicode_test.cpp | 105 utf8_to_utf16(str, sizeof(str), output, sizeof(output) / sizeof(output[0])); in TEST_F()
|
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()
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 447 utf8_to_utf16(reinterpret_cast<const uint8_t*>(utf8.data()), utf8.length(), in Utf8ToUtf16()
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | parcel.cpp | 324 utf8_to_utf16(str8, length, (char16_t*)str16, (size_t)len16 + 1); in AParcel_writeString()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 844 utf8_to_utf16(strData, strLen, (char16_t*)dst, (size_t) utf16Len + 1); in writeUtf8AsUtf16()
|