Home | History | Annotate | Download | only in runtime

Lines Matching defs:NewStringUTF

1518   static jstring NewStringUTF(JNIEnv* env, const char* bytes) {
1520 return CHECK_JNI_EXIT("s", baseEnv(env)->NewStringUTF(env, bytes));
1960 CheckJNI::NewStringUTF,