Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:ReleaseStringChars

375     void        (*ReleaseStringChars)(JNIEnv*, jstring, const jchar*);
838 void ReleaseStringChars(jstring string, const jchar* chars)
839 { functions->ReleaseStringChars(this, string, chars); }