Searched refs:GetStringChars (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/native/sun/misc/
H A DMessageUtils.c47 sAsArray = (*env)->GetStringChars(env, s, NULL);
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c164 pcmd = (*env)->GetStringChars(env, cmd, NULL);
168 pdir = (*env)->GetStringChars(env, dir, NULL);
172 penvBlock = ((*env)->GetStringChars(env, envBlock, NULL));
325 const jchar *chars = (*(env))->GetStringChars(env, ps, NULL);
/openjdk7/jdk/src/windows/native/common/
H A Djni_util_md.c123 const jchar* utf16 = (*env)->GetStringChars(env, jstr, NULL);
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.h123 var = (*(env))->GetStringChars((env), _##var##str, NULL); \
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt.h177 #define JNU_GetStringPlatformChars(env, x, y) reinterpret_cast<LPCWSTR>(env->GetStringChars(x, y))
H A DShellFolder2.cpp39 #define JNU_GetStringPlatformChars(env, x, y) reinterpret_cast<LPCWSTR>(env->GetStringChars(x, y))
723 const jchar* strPath = env->GetStringChars(jname, NULL);
/openjdk7/jdk/src/macosx/native/java/util/
H A DMacOSXPreferencesFile.m182 const jchar *chars = (*env)->GetStringChars(env, javaString, NULL);
/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp872 jCertAliasChars = env->GetStringChars(jCertAliasName, NULL);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h610 const jchar *(JNICALL *GetStringChars) member in struct:JNINativeInterface_
1603 const jchar *GetStringChars(jstring str, jboolean *isCopy) { function in struct:JNIEnv_
1604 return functions->GetStringChars(this,str,isCopy);
H A DjniCheck.cpp1307 const jchar *result = UNCHECKED()->GetStringChars(env,str,isCopy);
1308 assert (isCopy == NULL || *isCopy == JNI_TRUE, "GetStringChars didn't return a copy as expected");
1338 NativeReportJNIFatalError(thr, "ReleaseStringChars called on something not allocated by GetStringChars");
1366 // Arbitrary (but well-known) tag - different than GetStringChars
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h610 const jchar *(JNICALL *GetStringChars) member in struct:JNINativeInterface_
1603 const jchar *GetStringChars(jstring str, jboolean *isCopy) { function in struct:JNIEnv_
1604 return functions->GetStringChars(this,str,isCopy);

Completed in 81 milliseconds