Home | History | Annotate | Download | only in nativehelper

Lines Matching defs:NewString

385     jstring     (*NewString)(JNIEnv*, const jchar*, jsize);
842 jstring NewString(const jchar* unicodeChars, jsize len)
843 { return functions->NewString(this, unicodeChars, len); }