Home | History | Annotate | Download | only in include

Lines Matching refs:isCopy

848     const jchar* GetStringChars(jstring string, jboolean* isCopy)
849 { return functions->GetStringChars(this, string, isCopy); }
860 const char* GetStringUTFChars(jstring string, jboolean* isCopy)
861 { return functions->GetStringUTFChars(this, string, isCopy); }
897 jboolean* GetBooleanArrayElements(jbooleanArray array, jboolean* isCopy)
898 { return functions->GetBooleanArrayElements(this, array, isCopy); }
899 jbyte* GetByteArrayElements(jbyteArray array, jboolean* isCopy)
900 { return functions->GetByteArrayElements(this, array, isCopy); }
901 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy)
902 { return functions->GetCharArrayElements(this, array, isCopy); }
903 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
904 { return functions->GetShortArrayElements(this, array, isCopy); }
905 jint* GetIntArrayElements(jintArray array, jboolean* isCopy)
906 { return functions->GetIntArrayElements(this, array, isCopy); }
907 jlong* GetLongArrayElements(jlongArray array, jboolean* isCopy)
908 { return functions->GetLongArrayElements(this, array, isCopy); }
909 jfloat* GetFloatArrayElements(jfloatArray array, jboolean* isCopy)
910 { return functions->GetFloatArrayElements(this, array, isCopy); }
911 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)
912 { return functions->GetDoubleArrayElements(this, array, isCopy); }
1011 void* GetPrimitiveArrayCritical(jarray array, jboolean* isCopy)
1012 { return functions->GetPrimitiveArrayCritical(this, array, isCopy); }
1017 const jchar* GetStringCritical(jstring string, jboolean* isCopy)
1018 { return functions->GetStringCritical(this, string, isCopy); }