MCPcopy Create free account
hub / github.com/HumbleUI/JWM / toJString

Method toJString

shared/cc/StringUTF16.cc:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72jwm::JNILocal<jstring> jwm::StringUTF16::toJString(JNIEnv* env) const {
73 return jwm::JNILocal<jstring>(env, env->NewString(reinterpret_cast<const jchar*>(c_str()), static_cast<jsize>(length())));
74}
75
76jwm::StringUTF16 jwm::StringUTF16::makeFromJString(JNIEnv* env, jstring js) {
77 jwm::StringUTF16 result;

Callers 3

notifyMethod · 0.80
getFormatsMethod · 0.80
_processXEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected