| 1765 | functions->SetBooleanArrayRegion(this,array,start,len,buf); |
| 1766 | } |
| 1767 | void SetByteArrayRegion(jbyteArray array, jsize start, jsize len, |
| 1768 | const jbyte *buf) { |
| 1769 | functions->SetByteArrayRegion(this,array,start,len,buf); |
| 1770 | } |
| 1771 | void SetCharArrayRegion(jcharArray array, jsize start, jsize len, |
| 1772 | const jchar *buf) { |
| 1773 | functions->SetCharArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected