Home | History | Annotate | Download | only in include

Lines Matching defs:GetByteArrayRegion

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