| 1756 | functions->GetFloatArrayRegion(this,array,start,len,buf); |
| 1757 | } |
| 1758 | void GetDoubleArrayRegion(jdoubleArray array, |
| 1759 | jsize start, jsize len, jdouble *buf) { |
| 1760 | functions->GetDoubleArrayRegion(this,array,start,len,buf); |
| 1761 | } |
| 1762 | |
| 1763 | void SetBooleanArrayRegion(jbooleanArray array, jsize start, jsize len, |
| 1764 | const jboolean *buf) { |
nothing calls this directly
no outgoing calls
no test coverage detected