Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1677 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; in readUtf8FromUtf16() local
1678 if (utf8Size < 1) { in readUtf8FromUtf16()
1683 str->resize(utf8Size); in readUtf8FromUtf16()
1684 utf16_to_utf8(src, utf16Size, &((*str)[0]), utf8Size); in readUtf8FromUtf16()
1685 str->resize(utf8Size - 1); in readUtf8FromUtf16()