Lines Matching refs:jintArray
71 typedef _jintArray* jintArray; typedef
93 typedef jarray jintArray; typedef
389 jintArray (*NewIntArray)(JNIEnv*, jsize);
398 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*);
411 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
428 void (*GetIntArrayRegion)(JNIEnv*, jintArray,
446 void (*SetIntArrayRegion)(JNIEnv*, jintArray,
874 jintArray NewIntArray(jsize length) in NewIntArray()
891 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements()
912 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements()
937 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion()
962 void SetIntArrayRegion(jintArray array, jsize start, jsize len, in SetIntArrayRegion()