Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseCharArrayElements

422     void        (*ReleaseCharArrayElements)(JNIEnv*, jcharArray,
938 void ReleaseCharArrayElements(jcharArray array, jchar* elems,
940 { functions->ReleaseCharArrayElements(this, array, elems, mode); }