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

Method NewStringUTF

JNI/jni/webshell/jni.h:1610–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608 }
1609
1610 jstring NewStringUTF(const char *utf) {
1611 return functions->NewStringUTF(this,utf);
1612 }
1613 jsize GetStringUTFLength(jstring str) {
1614 return functions->GetStringUTFLength(this,str);
1615 }

Calls

no outgoing calls