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

Definition at line 2236 of file dim_jni.c.

References DBGe, dim_Dbg_MUTABLE_MEMORY, and Java_dim_MutableMemory_copyFromByteArray().

Referenced by Java_dim_MutableMemory_copyFromBooleanArray().

2237 {
2238  if(nativeClass){}
2239  DBGe(dim_Dbg_MUTABLE_MEMORY) printf("DimJNI: MutableMemory.copyFromCharArray\n");
2240  (*env)->GetCharArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
2241  return ;
2242 }
#define dim_Dbg_MUTABLE_MEMORY
Definition: dim_jni.c:16
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: