Home | History | Annotate | Download | only in include

Lines Matching refs:NewCharArray

401     jcharArray    (*NewCharArray)(JNIEnv*, jsize);
884 jcharArray NewCharArray(jsize length)
885 { return functions->NewCharArray(this, length); }