Searched refs:utf (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DCheckJni.c1975 const char* utf)
1979 CHECK_NON_NULL(env, utf);
1982 if (!checkGuardedCopy(utf, false)) {
1987 utf = (const char*) freeGuardedCopy((char*)utf);
1989 BASE_ENV(env)->ReleaseStringUTFChars(env, string, utf);
1974 Check_ReleaseStringUTFChars(JNIEnv* env, jstring string, const char* utf) argument
H A DJni.c3030 static void ReleaseStringUTFChars(JNIEnv* env, jstring jstr, const char* utf) argument
3033 free((char*)utf);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h848 void ReleaseStringUTFChars(jstring string, const char* utf) argument
849 { functions->ReleaseStringUTFChars(this, string, utf); }

Completed in 1160 milliseconds