Home | History | Annotate | Download | only in jni-headers

Lines Matching defs:SetDoubleArrayRegion

699     void (JNICALL *SetDoubleArrayRegion)
1773 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len,
1775 functions->SetDoubleArrayRegion(this,array,start,len,buf);