Home | History | Annotate | Download | only in include

Lines Matching defs:SetShortArrayRegion

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