Searched defs:GetCharArrayRegion (Results 1 - 1 of 1) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h423 void (*GetCharArrayRegion)(JNIEnv*, jcharArray, member in struct:JNINativeInterface
930 void GetCharArrayRegion(jcharArray array, jsize start, jsize len, function in struct:_JNIEnv
932 { functions->GetCharArrayRegion(this, array, start, len, buf); }

Completed in 138 milliseconds