Home | History | Annotate | Download | only in include

Lines Matching refs:NewShortArray

402     jshortArray   (*NewShortArray)(JNIEnv*, jsize);
886 jshortArray NewShortArray(jsize length)
887 { return functions->NewShortArray(this, length); }