Home | History | Annotate | Download | only in include

Lines Matching defs:GetIntArrayRegion

443     void        (*GetIntArrayRegion)(JNIEnv*, jintArray,
969 void GetIntArrayRegion(jintArray array, jsize start, jsize len,
971 { functions->GetIntArrayRegion(this, array, start, len, buf); }