Home | History | Annotate | Download | only in include

Lines Matching refs:ReleaseStringChars

373     void        (*ReleaseStringChars)(JNIEnv*, jstring, const jchar*);
836 void ReleaseStringChars(jstring string, const jchar* chars)
837 { functions->ReleaseStringChars(this, string, chars); }