Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:GetIntArrayRegion

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