Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1953 size_t utf16Size = 0; in readUtf8FromUtf16() local
1954 const char16_t* src = readString16Inplace(&utf16Size); in readUtf8FromUtf16()
1960 if (utf16Size == 0u) { in readUtf8FromUtf16()
1966 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; in readUtf8FromUtf16()
1973 utf16_to_utf8(src, utf16Size, &((*str)[0]), utf8Size); in readUtf8FromUtf16()