File: gnu_java_nio_charset_iconv_IconvDecoder.h

package info (click to toggle)
classpath 2%3A0.91-3%2Betch.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 59,836 kB
  • ctags: 85,784
  • sloc: java: 507,165; ansic: 31,859; sh: 9,141; cpp: 6,141; makefile: 1,225; yacc: 654; perl: 101
file content (21 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* DO NOT EDIT THIS FILE - it is machine generated */

#ifndef __gnu_java_nio_charset_iconv_IconvDecoder__
#define __gnu_java_nio_charset_iconv_IconvDecoder__

#include <jni.h>

#ifdef __cplusplus
extern "C"
{
#endif

JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_openIconv (JNIEnv *env, jobject, jstring);
JNIEXPORT jint JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_decode (JNIEnv *env, jobject, jbyteArray, jcharArray, jint, jint, jint, jint);
JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_closeIconv (JNIEnv *env, jobject);

#ifdef __cplusplus
}
#endif

#endif /* __gnu_java_nio_charset_iconv_IconvDecoder__ */