Home | History | Annotate | Download | only in include

Lines Matching refs:GetCharArrayRegion

439     void        (*GetCharArrayRegion)(JNIEnv*, jcharArray,
963 void GetCharArrayRegion(jcharArray array, jsize start, jsize len,
965 { functions->GetCharArrayRegion(this, array, start, len, buf); }