| 1590 | functions->SetStaticFloatField(this,clazz,fieldID,value); |
| 1591 | } |
| 1592 | void SetStaticDoubleField(jclass clazz, jfieldID fieldID, |
| 1593 | jdouble value) { |
| 1594 | functions->SetStaticDoubleField(this,clazz,fieldID,value); |
| 1595 | } |
| 1596 | |
| 1597 | jstring NewString(const jchar *unicode, jsize len) { |
| 1598 | return functions->NewString(this,unicode,len); |
nothing calls this directly
no outgoing calls
no test coverage detected