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

Method GetStringRegion

JNI/jni/jni.h:1815–1817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1813 }
1814
1815 void GetStringRegion(jstring str, jsize start, jsize len, jchar *buf) {
1816 functions->GetStringRegion(this,str,start,len,buf);
1817 }
1818 void GetStringUTFRegion(jstring str, jsize start, jsize len, char *buf) {
1819 functions->GetStringUTFRegion(this,str,start,len,buf);
1820 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected