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

Method GetStringUTFLength

JNI/jni/jni.h:1613–1615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1611 return functions->NewStringUTF(this,utf);
1612 }
1613 jsize GetStringUTFLength(jstring str) {
1614 return functions->GetStringUTFLength(this,str);
1615 }
1616 const char* GetStringUTFChars(jstring str, jboolean *isCopy) {
1617 return functions->GetStringUTFChars(this,str,isCopy);
1618 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected