Home | History | Annotate | Download | only in include

Lines Matching defs:SetShortArrayRegion

458     void        (*SetShortArrayRegion)(JNIEnv*, jshortArray,
973 void SetShortArrayRegion(jshortArray array, jsize start, jsize len,
975 { functions->SetShortArrayRegion(this, array, start, len, buf); }