Home | History | Annotate | Download | only in include

Lines Matching defs:NewShortArray

387     jshortArray   (*NewShortArray)(JNIEnv*, jsize);
871 jshortArray NewShortArray(jsize length)
872 { return functions->NewShortArray(this, length); }