Home | History | Annotate | Download | only in include

Lines Matching refs:isCopy

866     const jchar* GetStringChars(jstring string, jboolean* isCopy)
867 { return functions->GetStringChars(this, string, isCopy); }
878 const char* GetStringUTFChars(jstring string, jboolean* isCopy)
879 { return functions->GetStringUTFChars(this, string, isCopy); }
915 jboolean* GetBooleanArrayElements(jbooleanArray array, jboolean* isCopy)
916 { return functions->GetBooleanArrayElements(this, array, isCopy); }
917 jbyte* GetByteArrayElements(jbyteArray array, jboolean* isCopy)
918 { return functions->GetByteArrayElements(this, array, isCopy); }
919 jchar* GetCharArrayElements(jcharArray array, jboolean* isCopy)
920 { return functions->GetCharArrayElements(this, array, isCopy); }
921 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
922 { return functions->GetShortArrayElements(this, array, isCopy); }
923 jint* GetIntArrayElements(jintArray array, jboolean* isCopy)
924 { return functions->GetIntArrayElements(this, array, isCopy); }
925 jlong* GetLongArrayElements(jlongArray array, jboolean* isCopy)
926 { return functions->GetLongArrayElements(this, array, isCopy); }
927 jfloat* GetFloatArrayElements(jfloatArray array, jboolean* isCopy)
928 { return functions->GetFloatArrayElements(this, array, isCopy); }
929 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy)
930 { return functions->GetDoubleArrayElements(this, array, isCopy); }
1029 void* GetPrimitiveArrayCritical(jarray array, jboolean* isCopy)
1030 { return functions->GetPrimitiveArrayCritical(this, array, isCopy); }
1035 const jchar* GetStringCritical(jstring string, jboolean* isCopy)
1036 { return functions->GetStringCritical(this, string, isCopy); }