Home | History | Annotate | Download | only in include

Lines Matching refs:ReleaseCharArrayElements

421     void        (*ReleaseCharArrayElements)(JNIEnv*, jcharArray,
920 void ReleaseCharArrayElements(jcharArray array, jchar* elems,
922 { functions->ReleaseCharArrayElements(this, array, elems, mode); }