Home | History | Annotate | Download | only in include

Lines Matching refs:GetCharArrayRegion

423     void        (*GetCharArrayRegion)(JNIEnv*, jcharArray,
930 void GetCharArrayRegion(jcharArray array, jsize start, jsize len,
932 { functions->GetCharArrayRegion(this, array, start, len, buf); }