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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h690 void (JNICALL *GetCharArrayRegion) member in struct:JNINativeInterface_
1738 void GetCharArrayRegion(jcharArray array, function in struct:JNIEnv_
1740 functions->GetCharArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h690 void (JNICALL *GetCharArrayRegion) member in struct:JNINativeInterface_
1738 void GetCharArrayRegion(jcharArray array, function in struct:JNIEnv_
1740 functions->GetCharArrayRegion(this,array,start,len,buf);

Completed in 50 milliseconds