Home | History | Annotate | Download | only in include

Lines Matching refs:GetIntArrayRegion

442     void        (*GetIntArrayRegion)(JNIEnv*, jintArray,
951 void GetIntArrayRegion(jintArray array, jsize start, jsize len,
953 { functions->GetIntArrayRegion(this, array, start, len, buf); }