MCPcopy Create free account
hub / github.com/NativeScript/android / ReleaseStringUTFChars

Method ReleaseStringUTFChars

test-app/runtime/src/main/cpp/JEnv.cpp:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void JEnv::ReleaseStringUTFChars(jstring str, const char *utf) {
485 m_env->ReleaseStringUTFChars(str, utf);
486 CheckForJavaException();
487}
488
489const jchar *JEnv::GetStringChars(jstring str, jboolean *isCopy) {
490 const jchar *cjc = m_env->GetStringChars(str, isCopy);

Callers 15

InitializeSecurityConfigFunction · 0.80
jstringToStringMethod · 0.80
GetExceptionMessageMethod · 0.80
CallJavaMethodMethod · 0.80
GetTypeMetadataMethod · 0.80
ResolveJavaMethodMethod · 0.80
ResolveConstructorMethod · 0.80
GetArrayElementMethod · 0.80
SetArrayElementMethod · 0.80
jstringToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected