Home | History | Annotate | Download | only in include

Lines Matching refs:GetCharArrayRegion

438     void        (*GetCharArrayRegion)(JNIEnv*, jcharArray,
945 void GetCharArrayRegion(jcharArray array, jsize start, jsize len,
947 { functions->GetCharArrayRegion(this, array, start, len, buf); }