| 1614 | return functions->GetStringUTFLength(this,str); |
| 1615 | } |
| 1616 | const char* GetStringUTFChars(jstring str, jboolean *isCopy) { |
| 1617 | return functions->GetStringUTFChars(this,str,isCopy); |
| 1618 | } |
| 1619 | void ReleaseStringUTFChars(jstring str, const char* chars) { |
| 1620 | functions->ReleaseStringUTFChars(this,str,chars); |
| 1621 | } |