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

Method ReleaseStringUTFChars

JNI/jni/jni.h:1619–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617 return functions->GetStringUTFChars(this,str,isCopy);
1618 }
1619 void ReleaseStringUTFChars(jstring str, const char* chars) {
1620 functions->ReleaseStringUTFChars(this,str,chars);
1621 }
1622
1623 jsize GetArrayLength(jarray array) {
1624 return functions->GetArrayLength(this,array);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected