Home
last modified time | relevance | path

Searched refs:utf16_to_utf8_length (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DUnicode.h99 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len);
/aosp12/frameworks/base/libs/androidfw/
H A DUtil.cpp60 ssize_t utf8_length = utf16_to_utf8_length(utf16.data(), utf16.length()); in Utf16ToUtf8()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DStringPiece.h208 const ssize_t result_len = utf16_to_utf8_length(str.data(), str.size());
302 ssize_t utf8_len = utf16_to_utf8_length(str.data(), str.size());
/aosp12/packages/modules/adb/client/
H A Dfastdeploy.cpp141 ssize_t utf8_length = utf16_to_utf8_length(input, input_len); in get_string_from_utf16()
/aosp12/system/core/libutils/
H A DUnicode.cpp317 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len) in utf16_to_utf8_length() function
H A DString8.cpp84 const ssize_t resultStrLen = utf16_to_utf8_length(in, len) + 1; in allocFromUTF16()
/aosp12/frameworks/base/tools/aapt2/util/
H A DUtil.cpp453 ssize_t utf8_length = utf16_to_utf8_length(utf16.data(), utf16.length()); in Utf16ToUtf8()
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp347 len8 = utf16_to_utf8_length(str16, len16) + 1; in AParcel_readString()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp1677 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; in readUtf8FromUtf16()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp240 ssize_t realTagSize = utf16_to_utf8_length(tags.string(), tags.size()); in unmarshallAudioAttributes()