Home | History | Annotate | Download | only in include

Lines Matching defs:SetDoubleArrayRegion

451     void        (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray,
970 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len,
972 { functions->SetDoubleArrayRegion(this, array, start, len, buf); }