| 1671 | return functions->GetCharArrayElements(this,array,isCopy); |
| 1672 | } |
| 1673 | jshort * GetShortArrayElements(jshortArray array, jboolean *isCopy) { |
| 1674 | return functions->GetShortArrayElements(this,array,isCopy); |
| 1675 | } |
| 1676 | jint * GetIntArrayElements(jintArray array, jboolean *isCopy) { |
| 1677 | return functions->GetIntArrayElements(this,array,isCopy); |
| 1678 | } |
nothing calls this directly
no outgoing calls
no test coverage detected