Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1786 size_t utf16Size = 0; in readUtf8FromUtf16() local
1787 const char16_t* src = readString16Inplace(&utf16Size); in readUtf8FromUtf16()
1793 if (utf16Size == 0u) { in readUtf8FromUtf16()
1798 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size); in readUtf8FromUtf16()
1805 utf16_to_utf8(src, utf16Size, &((*str)[0])); in readUtf8FromUtf16()