PR target/63966
[official-gcc.git] / libjava / classpath / include / gnu_java_nio_charset_iconv_IconvDecoder.h
blob3e8c97ca52532826df2581c8e3cf0de387c36bcf
1 /* DO NOT EDIT THIS FILE - it is machine generated */
3 #include <jni.h>
5 #ifndef __gnu_java_nio_charset_iconv_IconvDecoder__
6 #define __gnu_java_nio_charset_iconv_IconvDecoder__
8 #ifdef __cplusplus
9 extern "C"
11 #endif
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);
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
26 #ifdef __cplusplus
28 #endif
30 #endif /* __gnu_java_nio_charset_iconv_IconvDecoder__ */