Home | History | Annotate | Download | only in include

Lines Matching refs:NewCharArray

386     jcharArray    (*NewCharArray)(JNIEnv*, jsize);
869 jcharArray NewCharArray(jsize length)
870 { return functions->NewCharArray(this, length); }