Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp786 const ssize_t utf16Len = utf8_to_utf16_length(strData, strLen); in writeUtf8AsUtf16() local
787 if (utf16Len < 0 || utf16Len> std::numeric_limits<int32_t>::max()) { in writeUtf8AsUtf16()
791 status_t err = writeInt32(utf16Len); in writeUtf8AsUtf16()
797 void* dst = writeInplace((utf16Len + 1) * sizeof(char16_t)); in writeUtf8AsUtf16()