Home | History | Annotate | Download | only in include

Lines Matching defs:GetIntArrayRegion

427     void        (*GetIntArrayRegion)(JNIEnv*, jintArray,
936 void GetIntArrayRegion(jintArray array, jsize start, jsize len,
938 { functions->GetIntArrayRegion(this, array, start, len, buf); }