Home | History | Annotate | Download | only in include

Lines Matching refs:GetLongArrayRegion

429     void        (*GetLongArrayRegion)(JNIEnv*, jlongArray,
939 void GetLongArrayRegion(jlongArray array, jsize start, jsize len,
941 { functions->GetLongArrayRegion(this, array, start, len, buf); }