Home | History | Annotate | Download | only in include

Lines Matching refs:GetStringRegion

477     void        (*GetStringRegion)(JNIEnv*, jstring, jsize, jsize, jchar*);
1023 void GetStringRegion
1024 { functions->GetStringRegion(this, str, start, len, buf); }