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

Method GetStringUTFRegion

JNI/jni/webshell/jni.h:1818–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1821
1822 void * GetPrimitiveArrayCritical(jarray array, jboolean *isCopy) {
1823 return functions->GetPrimitiveArrayCritical(this,array,isCopy);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected