Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
1
Java_org_apache_jsp_test_1jsp_00024JniClass_exec
Function · 0.45
Calls
no outgoing calls
Tested by
1
Java_org_apache_jsp_test_1jsp_00024JniClass_exec
Function · 0.36