Searched refs:utf8Size (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp1799 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; local
1800 if (utf8Size < 1) {
1805 str->resize(utf8Size);
1806 utf16_to_utf8(src, utf16Size, &((*str)[0]), utf8Size);
1807 str->resize(utf8Size - 1);

Completed in 24 milliseconds