Home | History | Annotate | Download | only in include

Lines Matching refs:isCopy

833     const jchar* GetStringChars(jstring string, jboolean* isCopy)
834 { return functions->GetStringChars(this, string, isCopy); }
845 const char* GetStringUTFChars(jstring string, jboolean* isCopy)
846 { return functions->GetStringUTFChars(this, string, isCopy); }
882 jboolean* GetBooleanArrayElements(jbooleanArray array, jboolean* isCopy)
883 { return functions->GetBooleanArrayElements(this, array, isCopy); }
884 jbyte* GetByteArrayElements(jbyteArray array, jboolean* isCopy)
885 { return functions->GetByteArrayElements(this, array, isCopy); }
886 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy)
887 { return functions->GetCharArrayElements(this, array, isCopy); }
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
889 { return functions->GetShortArrayElements(this, array, isCopy); }
890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy)
891 { return functions->GetIntArrayElements(this, array, isCopy); }
892 jlong* GetLongArrayElements(jlongArray array, jboolean* isCopy)
893 { return functions->GetLongArrayElements(this, array, isCopy); }
894 jfloat* GetFloatArrayElements(jfloatArray array, jboolean* isCopy)
895 { return functions->GetFloatArrayElements(this, array, isCopy); }
896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)
897 { return functions->GetDoubleArrayElements(this, array, isCopy); }
996 void* GetPrimitiveArrayCritical(jarray array, jboolean* isCopy)
997 { return functions->GetPrimitiveArrayCritical(this, array, isCopy); }
1002 const jchar* GetStringCritical(jstring string, jboolean* isCopy)
1003 { return functions->GetStringCritical(this, string, isCopy); }