| 1617 | return functions->GetStringUTFChars(this,str,isCopy); |
| 1618 | } |
| 1619 | void ReleaseStringUTFChars(jstring str, const char* chars) { |
| 1620 | functions->ReleaseStringUTFChars(this,str,chars); |
| 1621 | } |
| 1622 | |
| 1623 | jsize GetArrayLength(jarray array) { |
| 1624 | return functions->GetArrayLength(this,array); |
nothing calls this directly
no outgoing calls
no test coverage detected