Home | History | Annotate | Download | only in include

Lines Matching refs:ReleaseStringChars

388     void        (*ReleaseStringChars)(JNIEnv*, jstring, const jchar*);
851 void ReleaseStringChars(jstring string, const jchar* chars)
852 { functions->ReleaseStringChars(this, string, chars); }