Lines Matching refs:jintArray
85 typedef _jintArray* jintArray; typedef
107 typedef jarray jintArray; typedef
404 jintArray (*NewIntArray)(JNIEnv*, jsize);
413 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*);
426 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
443 void (*GetIntArrayRegion)(JNIEnv*, jintArray,
461 void (*SetIntArrayRegion)(JNIEnv*, jintArray,
906 jintArray NewIntArray(jsize length) in NewIntArray()
923 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements()
944 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements()
969 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion()
994 void SetIntArrayRegion(jintArray array, jsize start, jsize len, in SetIntArrayRegion()