Lines Matching refs:jintArray
70 typedef _jintArray* jintArray; typedef
92 typedef jarray jintArray; typedef
388 jintArray (*NewIntArray)(JNIEnv*, jsize);
397 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*);
410 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
427 void (*GetIntArrayRegion)(JNIEnv*, jintArray,
445 void (*SetIntArrayRegion)(JNIEnv*, jintArray,
873 jintArray NewIntArray(jsize length) in NewIntArray()
890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements()
911 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements()
936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, in GetIntArrayRegion()
961 void SetIntArrayRegion(jintArray array, jsize start, jsize len, in SetIntArrayRegion()