Searched defs:conv (Results 1 – 3 of 3) sorted by relevance
40 @NonNull Function<BaseType, ParcelableType> conv, in toParcelableArray()56 @NonNull ParcelableType[] parceled, @NonNull Function<ParcelableType, BaseType> conv) { in fromParcelableArray()
248 UConverter *conv = ucnv_open(enc, &status); in detectAndConvert() local381 UConverter *conv = ucnv_open(encname, &status); in getPreferred() local
263 bool conv(const T_Input* inputData, const Shape& inputShape, const T_Filter* filterData, in conv() function