Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libjava / classpath / include / gnu_java_nio_charset_iconv_IconvDecoder.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2
3 #include <jni.h>
4
5 #ifndef __gnu_java_nio_charset_iconv_IconvDecoder__
6 #define __gnu_java_nio_charset_iconv_IconvDecoder__
7
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12
13 JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_openIconv (JNIEnv *env, jobject, jstring);
14 JNIEXPORT jint JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_decode (JNIEnv *env, jobject, jbyteArray, jcharArray, jint, jint, jint, jint);
15 JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_closeIconv (JNIEnv *env, jobject);
16
17 #undef java_nio_charset_CharsetDecoder_STATE_RESET
18 #define java_nio_charset_CharsetDecoder_STATE_RESET 0L
19 #undef java_nio_charset_CharsetDecoder_STATE_CODING
20 #define java_nio_charset_CharsetDecoder_STATE_CODING 1L
21 #undef java_nio_charset_CharsetDecoder_STATE_END
22 #define java_nio_charset_CharsetDecoder_STATE_END 2L
23 #undef java_nio_charset_CharsetDecoder_STATE_FLUSHED
24 #define java_nio_charset_CharsetDecoder_STATE_FLUSHED 3L
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif /* __gnu_java_nio_charset_iconv_IconvDecoder__ */