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

Method GetStringUTFChars

JNI/jni/jni.h:1616–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614 return functions->GetStringUTFLength(this,str);
1615 }
1616 const char* GetStringUTFChars(jstring str, jboolean *isCopy) {
1617 return functions->GetStringUTFChars(this,str,isCopy);
1618 }
1619 void ReleaseStringUTFChars(jstring str, const char* chars) {
1620 functions->ReleaseStringUTFChars(this,str,chars);
1621 }

Callers 1

jstringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected