Searched defs:readUtf8FromUtf16 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp1809 return readNullableTypedVector(val, &Parcel::readUtf8FromUtf16);
1813 return readTypedVector(val, &Parcel::readUtf8FromUtf16);
1973 status_t Parcel::readUtf8FromUtf16(std::string* str) const { function in class:Parcel
1999 status_t Parcel::readUtf8FromUtf16(std::unique_ptr<std::string>* str) const { function in class:Parcel
2011 return readUtf8FromUtf16(str->get());

Completed in 220 milliseconds