MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / javaString

Function javaString

3rdparty/Amalgamate/juce_core_amalgam.cpp:26085–26088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26083 }
26084
26085 LocalRef<jstring> javaString (const String& s)
26086 {
26087 return LocalRef<jstring> (getEnv()->NewStringUTF (s.toUTF8()));
26088 }
26089
26090 LocalRef<jstring> javaStringFromChar (const juce_wchar c)
26091 {

Callers 3

openDocumentMethod · 0.85
WebInputStreamMethod · 0.85
getSystemPropertyFunction · 0.85

Calls 2

getEnvFunction · 0.85
toUTF8Method · 0.80

Tested by

no test coverage detected