Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:NewShortArray

389     jshortArray   (*NewShortArray)(JNIEnv*, jsize);
873 jshortArray NewShortArray(jsize length)
874 { return functions->NewShortArray(this, length); }