Home | History | Annotate | Download | only in include

Lines Matching refs:GetShortArrayRegion

440     void        (*GetShortArrayRegion)(JNIEnv*, jshortArray,
948 void GetShortArrayRegion(jshortArray array, jsize start, jsize len,
950 { functions->GetShortArrayRegion(this, array, start, len, buf); }