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

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

Completed in 35 milliseconds