Home | History | Annotate | Download | only in include_jni

Lines Matching refs:isCopy

835     const jchar* GetStringChars(jstring string, jboolean* isCopy)
836 { return functions->GetStringChars(this, string, isCopy); }
847 const char* GetStringUTFChars(jstring string, jboolean* isCopy)
848 { return functions->GetStringUTFChars(this, string, isCopy); }
884 jboolean* GetBooleanArrayElements(jbooleanArray array, jboolean* isCopy)
885 { return functions->GetBooleanArrayElements(this, array, isCopy); }
886 jbyte* GetByteArrayElements(jbyteArray array, jboolean* isCopy)
887 { return functions->GetByteArrayElements(this, array, isCopy); }
888 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy)
889 { return functions->GetCharArrayElements(this, array, isCopy); }
890 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
891 { return functions->GetShortArrayElements(this, array, isCopy); }
892 jint* GetIntArrayElements(jintArray array, jboolean* isCopy)
893 { return functions->GetIntArrayElements(this, array, isCopy); }
894 jlong* GetLongArrayElements(jlongArray array, jboolean* isCopy)
895 { return functions->GetLongArrayElements(this, array, isCopy); }
896 jfloat* GetFloatArrayElements(jfloatArray array, jboolean* isCopy)
897 { return functions->GetFloatArrayElements(this, array, isCopy); }
898 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)
899 { return functions->GetDoubleArrayElements(this, array, isCopy); }
998 void* GetPrimitiveArrayCritical(jarray array, jboolean* isCopy)
999 { return functions->GetPrimitiveArrayCritical(this, array, isCopy); }
1004 const jchar* GetStringCritical(jstring string, jboolean* isCopy)
1005 { return functions->GetStringCritical(this, string, isCopy); }