MCPcopy Create free account
hub / github.com/Firebasky/Java / SetShortArrayRegion

Method SetShortArrayRegion

JNI/jni/webshell/jni.h:1775–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773 functions->SetCharArrayRegion(this,array,start,len,buf);
1774 }
1775 void SetShortArrayRegion(jshortArray array, jsize start, jsize len,
1776 const jshort *buf) {
1777 functions->SetShortArrayRegion(this,array,start,len,buf);
1778 }
1779 void SetIntArrayRegion(jintArray array, jsize start, jsize len,
1780 const jint *buf) {
1781 functions->SetIntArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected