Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ NewStringUTF
Method
NewStringUTF
JNI/jni/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
jstring
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected