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