Home | History | Annotate | Download | only in runtime

Lines Matching refs:utf

57 #include "utf.h"
1647 static jstring NewStringUTF(JNIEnv* env, const char* utf) {
1648 if (utf == nullptr) {
1652 mirror::String* result = mirror::String::AllocFromModifiedUtf8(soa.Self(), utf);