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

Method GetStringLength

JNI/jni/webshell/jni.h:1600–1602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598 return functions->NewString(this,unicode,len);
1599 }
1600 jsize GetStringLength(jstring str) {
1601 return functions->GetStringLength(this,str);
1602 }
1603 const jchar *GetStringChars(jstring str, jboolean *isCopy) {
1604 return functions->GetStringChars(this,str,isCopy);
1605 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected