Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:NewCharArray

388     jcharArray    (*NewCharArray)(JNIEnv*, jsize);
871 jcharArray NewCharArray(jsize length)
872 { return functions->NewCharArray(this, length); }