| 1740 | functions->GetCharArrayRegion(this,array,start,len,buf); |
| 1741 | } |
| 1742 | void GetShortArrayRegion(jshortArray array, |
| 1743 | jsize start, jsize len, jshort *buf) { |
| 1744 | functions->GetShortArrayRegion(this,array,start,len,buf); |
| 1745 | } |
| 1746 | void GetIntArrayRegion(jintArray array, |
| 1747 | jsize start, jsize len, jint *buf) { |
| 1748 | functions->GetIntArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected