Home | History | Annotate | Download | only in include

Lines Matching refs:NewShortArray

403     jshortArray   (*NewShortArray)(JNIEnv*, jsize);
904 jshortArray NewShortArray(jsize length)
905 { return functions->NewShortArray(this, length); }