12345678910111213141516171819202122232425262728293031 |
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <jni.h>
- #ifndef __gnu_java_nio_charset_iconv_IconvDecoder__
- #define __gnu_java_nio_charset_iconv_IconvDecoder__
- #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);
- #undef java_nio_charset_CharsetDecoder_STATE_RESET
- #define java_nio_charset_CharsetDecoder_STATE_RESET 0L
- #undef java_nio_charset_CharsetDecoder_STATE_CODING
- #define java_nio_charset_CharsetDecoder_STATE_CODING 1L
- #undef java_nio_charset_CharsetDecoder_STATE_END
- #define java_nio_charset_CharsetDecoder_STATE_END 2L
- #undef java_nio_charset_CharsetDecoder_STATE_FLUSHED
- #define java_nio_charset_CharsetDecoder_STATE_FLUSHED 3L
- #ifdef __cplusplus
- }
- #endif
- #endif /* __gnu_java_nio_charset_iconv_IconvDecoder__ */
|