Searched defs:ReleaseStringUTFChars (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DJni.c2989 * value must be released with ReleaseStringUTFChars.
3030 static void ReleaseStringUTFChars(JNIEnv* env, jstring jstr, const char* utf) function
4122 ReleaseStringUTFChars,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h378 void (*ReleaseStringUTFChars)(JNIEnv*, jstring, const char*); member in struct:JNINativeInterface
848 void ReleaseStringUTFChars(jstring string, const char* utf) function in struct:_JNIEnv
849 { functions->ReleaseStringUTFChars(this, string, utf); }

Completed in 41 milliseconds