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

Method NewString

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

Source from the content-addressed store, hash-verified

447}
448
449jstring JEnv::NewString(const jchar *unicodeChars, jsize len) {
450 jstring jst = m_env->NewString(unicodeChars, len);
451 CheckForJavaException();
452 return jst;
453}
454
455jstring JEnv::NewStringUTF(const char *bytes) {
456 jstring jst = m_env->NewStringUTF(bytes);

Callers 7

ConvertToJavaStringMethod · 0.80
CallJavaMethodMethod · 0.80
GetArrayElementMethod · 0.80
SetArrayElementMethod · 0.80
GetJavaFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected