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

Method NewCharArray

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

Source from the content-addressed store, hash-verified

593}
594
595jcharArray JEnv::NewCharArray(jsize length) {
596 jcharArray jca = m_env->NewCharArray(length);
597 CheckForJavaException();
598 return jca;
599}
600
601jshortArray JEnv::NewShortArray(jsize length) {
602 jshortArray jsa = m_env->NewShortArray(length);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected