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

/development/ndk/platforms/android-3/include/
H A Djni.h456 void (*SetCharArrayRegion)(JNIEnv*, jcharArray, member in struct:JNINativeInterface
970 void SetCharArrayRegion(jcharArray array, jsize start, jsize len, function in struct:_JNIEnv
972 { functions->SetCharArrayRegion(this, array, start, len, buf); }

Completed in 10 milliseconds