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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h612 void (JNICALL *ReleaseStringChars) member in struct:JNINativeInterface_
1606 void ReleaseStringChars(jstring str, const jchar *chars) { function in struct:JNIEnv_
1607 functions->ReleaseStringChars(this,str,chars);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h612 void (JNICALL *ReleaseStringChars) member in struct:JNINativeInterface_
1606 void ReleaseStringChars(jstring str, const jchar *chars) { function in struct:JNIEnv_
1607 functions->ReleaseStringChars(this,str,chars);

Completed in 45 milliseconds