Searched refs:GetCharArrayRegion (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSunLayoutEngine.cpp200 env->GetCharArrayRegion(text, min, len, chars);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m605 (*env)->GetCharArrayRegion(env, unicodes, offset, length, copyUnichars);
617 (*env)->GetCharArrayRegion(env, unicodes, offset, length, copyUnichars);
/openjdk7/jdk/src/share/native/sun/management/
H A DGcInfoBuilder.c223 (*env)->GetCharArrayRegion(env, ext_att_types, 0, ext_att_count, nativeTypes);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c455 (*env)->GetCharArrayRegion(env, jArray, 0, *ckpLength, jpTemp);
497 (*env)->GetCharArrayRegion(env, jArray, 0, *ckpLength, jTemp);
H A Dp11_convert.c346 (*env)->GetCharArrayRegion(env, jYear, 0, ckLength, jTempChars);
370 (*env)->GetCharArrayRegion(env, jMonth, 0, ckLength, jTempChars);
394 (*env)->GetCharArrayRegion(env, jDay, 0, ckLength, jTempChars);
/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c112 JNI_FUNC_PTR(env,GetCharArrayRegion)(env, array, index, length, components);
/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);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp823 env->GetCharArrayRegion(str, off, len, strp);

Completed in 70 milliseconds