Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:GetShortArrayRegion

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