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

Definition at line 1956 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoByteArray().

Referenced by Java_dim_Memory_copyIntoBooleanArray().

1957 {
1958  if(nativeClass){}
1959  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoCharArray\n");
1960  (*env)->SetCharArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
1961  return ;
1962 }
#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: