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

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

Completed in 4912 milliseconds