Home | History | Annotate | Download | only in include

Lines Matching refs:ReleaseCharArrayElements

406     void        (*ReleaseCharArrayElements)(JNIEnv*, jcharArray,
905 void ReleaseCharArrayElements(jcharArray array, jchar* elems,
907 { functions->ReleaseCharArrayElements(this, array, elems, mode); }