Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseStringChars

389     void        (*ReleaseStringChars)(JNIEnv*, jstring, const jchar*);
869 void ReleaseStringChars(jstring string, const jchar* chars)
870 { functions->ReleaseStringChars(this, string, chars); }