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

Method NewStringUTF

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

Source from the content-addressed store, hash-verified

453}
454
455jstring JEnv::NewStringUTF(const char *bytes) {
456 jstring jst = m_env->NewStringUTF(bytes);
457 CheckForJavaException();
458 return jst;
459}
460
461jobjectArray JEnv::NewObjectArray(jsize length, jclass elementClass, jobject initialElement) {
462 jobjectArray joa = m_env->NewObjectArray(length, elementClass, initialElement);

Callers 15

CheckFileExistsMethod · 0.80
LoadImplMethod · 0.80
ReThrowToJavaMethod · 0.80
ResolveClassMethod · 0.80
GetMethodOverridesMethod · 0.80
GetTypeMetadataMethod · 0.80
NewThreadCallbackMethod · 0.80
ResolveJavaMethodMethod · 0.80

Calls

no outgoing calls

Tested by 3

sendNotificationMethod · 0.64