Home | History | Annotate | Download | only in include

Lines Matching refs:GetShortArrayRegion

425     void        (*GetShortArrayRegion)(JNIEnv*, jshortArray,
933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len,
935 { functions->GetShortArrayRegion(this, array, start, len, buf); }