Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetByteArrayRegion

423     void        (*GetByteArrayRegion)(JNIEnv*, jbyteArray,
929 void GetByteArrayRegion(jbyteArray array, jsize start, jsize len,
931 { functions->GetByteArrayRegion(this, array, start, len, buf); }