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

Method NewString

JNI/jni/webshell/jni.h:1597–1599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595 }
1596
1597 jstring NewString(const jchar *unicode, jsize len) {
1598 return functions->NewString(this,unicode,len);
1599 }
1600 jsize GetStringLength(jstring str) {
1601 return functions->GetStringLength(this,str);
1602 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected