Home | History | Annotate | Download | only in include

Lines Matching defs:SetLongArrayRegion

447     void        (*SetLongArrayRegion)(JNIEnv*, jlongArray,
964 void SetLongArrayRegion(jlongArray array, jsize start, jsize len,
966 { functions->SetLongArrayRegion(this, array, start, len, buf); }