| 1813 | } |
| 1814 | |
| 1815 | void GetStringRegion(jstring str, jsize start, jsize len, jchar *buf) { |
| 1816 | functions->GetStringRegion(this,str,start,len,buf); |
| 1817 | } |
| 1818 | void GetStringUTFRegion(jstring str, jsize start, jsize len, char *buf) { |
| 1819 | functions->GetStringUTFRegion(this,str,start,len,buf); |
| 1820 | } |
nothing calls this directly
no outgoing calls
no test coverage detected