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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h621 void (JNICALL *ReleaseStringUTFChars) member in struct:JNINativeInterface_
1619 void ReleaseStringUTFChars(jstring str, const char* chars) { function in struct:JNIEnv_
1620 functions->ReleaseStringUTFChars(this,str,chars);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h621 void (JNICALL *ReleaseStringUTFChars) member in struct:JNINativeInterface_
1619 void ReleaseStringUTFChars(jstring str, const char* chars) { function in struct:JNIEnv_
1620 functions->ReleaseStringUTFChars(this,str,chars);

Completed in 59 milliseconds