FACT++  1.0
JNIEXPORT jstring JNICALL Java_dim_Client_getFormat ( JNIEnv *  env,
jclass  This,
jint  sid 
)

Definition at line 1125 of file dim_jni.c.

References dic_get_format(), and Java_dim_Client_stop().

Referenced by Java_dim_Client_noPadding().

1126 {
1127 
1128  if(This){}
1129  return (*env)->NewStringUTF(env, (char*)dic_get_format(sid));
1130 }
char * dic_get_format(unsigned serv_id)
Definition: dic.c:961

+ Here is the call graph for this function:

+ Here is the caller graph for this function: