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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h606 jstring (JNICALL *NewString) member in struct:JNINativeInterface_
1597 jstring NewString(const jchar *unicode, jsize len) { function in struct:JNIEnv_
1598 return functions->NewString(this,unicode,len);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h606 jstring (JNICALL *NewString) member in struct:JNINativeInterface_
1597 jstring NewString(const jchar *unicode, jsize len) { function in struct:JNIEnv_
1598 return functions->NewString(this,unicode,len);

Completed in 53 milliseconds