FACT++  1.0
JNIEXPORT void JNICALL Java_dim_Memory_copyIntoBooleanArray ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress,
jbooleanArray  array,
jint  arrayOffset,
jint  length 
)

Definition at line 1942 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoCharArray().

Referenced by Java_dim_Memory_getString().

1943 {
1944  if(nativeClass){}
1945  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoBooleanArray\n");
1946  (*env)->SetBooleanArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
1947  return ;
1948 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: