Home | History | Annotate | Download | only in include

Lines Matching refs:GetLongArrayRegion

444     void        (*GetLongArrayRegion)(JNIEnv*, jlongArray,
954 void GetLongArrayRegion(jlongArray array, jsize start, jsize len,
956 { functions->GetLongArrayRegion(this, array, start, len, buf); }