Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:SetShortArrayRegion

445     void        (*SetShortArrayRegion)(JNIEnv*, jshortArray,
960 void SetShortArrayRegion(jshortArray array, jsize start, jsize len,
962 { functions->SetShortArrayRegion(this, array, start, len, buf); }