| 1357 | functions->SetBooleanArrayRegion(this, array, start, len, buf); |
| 1358 | } |
| 1359 | void SetByteArrayRegion(jbyteArray array, jsize start, jsize len, const jbyte *buf) { |
| 1360 | functions->SetByteArrayRegion(this, array, start, len, buf); |
| 1361 | } |
| 1362 | void SetCharArrayRegion(jcharArray array, jsize start, jsize len, const jchar *buf) { |
| 1363 | functions->SetCharArrayRegion(this, array, start, len, buf); |
| 1364 | } |
no outgoing calls
no test coverage detected