| 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 | } |
| 1821 | |
| 1822 | void * GetPrimitiveArrayCritical(jarray array, jboolean *isCopy) { |
| 1823 | return functions->GetPrimitiveArrayCritical(this,array,isCopy); |
nothing calls this directly
no outgoing calls
no test coverage detected