Home | History | Annotate | Download | only in include

Lines Matching refs:GetLongArrayRegion

445     void        (*GetLongArrayRegion)(JNIEnv*, jlongArray,
972 void GetLongArrayRegion(jlongArray array, jsize start, jsize len,
974 { functions->GetLongArrayRegion(this, array, start, len, buf); }