Home | History | Annotate | Download | only in include

Lines Matching defs:GetDoubleArrayRegion

433     void        (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray,
945 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len,
947 { functions->GetDoubleArrayRegion(this, array, start, len, buf); }