Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:NewString

372     jstring     (*NewString)(JNIEnv*, const jchar*, jsize);
829 jstring NewString(const jchar* unicodeChars, jsize len)
830 { return functions->NewString(this, unicodeChars, len); }