Lines Matching refs:utf
55 #include "utf.h"1928 static jstring NewStringUTF(JNIEnv* env, const char* utf) {1929 if (utf == nullptr) {1933 mirror::String* result = mirror::String::AllocFromModifiedUtf8(soa.Self(), utf);