| 1598 | return functions->NewString(this,unicode,len); |
| 1599 | } |
| 1600 | jsize GetStringLength(jstring str) { |
| 1601 | return functions->GetStringLength(this,str); |
| 1602 | } |
| 1603 | const jchar *GetStringChars(jstring str, jboolean *isCopy) { |
| 1604 | return functions->GetStringChars(this,str,isCopy); |
| 1605 | } |
nothing calls this directly
no outgoing calls
no test coverage detected