Home | History | Annotate | Download | only in runtime

Lines Matching refs:NewString

1916   static jstring NewString(JNIEnv* env, const jchar* chars, jsize char_count) {
1918 JniAbortF("NewString", "char_count < 0: %d", char_count);
1922 JniAbortF("NewString", "chars == null && char_count > 0");
2883 JNI::NewString,