Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:SetDoubleArrayRegion

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