| 1611 | return functions->NewStringUTF(this,utf); |
| 1612 | } |
| 1613 | jsize GetStringUTFLength(jstring str) { |
| 1614 | return functions->GetStringUTFLength(this,str); |
| 1615 | } |
| 1616 | const char* GetStringUTFChars(jstring str, jboolean *isCopy) { |
| 1617 | return functions->GetStringUTFChars(this,str,isCopy); |
| 1618 | } |
nothing calls this directly
no outgoing calls
no test coverage detected