mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
135 lines
4.9 KiB
C
135 lines
4.9 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
|
|
|
|
#ifdef JCGO_116
|
|
|
|
#define java_nio_charset_CharsetDecoder__STATE_RESET 0
|
|
|
|
#define java_nio_charset_CharsetDecoder__STATE_CODING (jint)1
|
|
|
|
#define java_nio_charset_CharsetDecoder__STATE_END (jint)2
|
|
|
|
#define java_nio_charset_CharsetDecoder__STATE_FLUSHED (jint)3
|
|
|
|
#define java_nio_charset_CharsetDecoder__DEFAULT_REPLACEMENT JCGO_STRREF_OF(jcgo_string2_ChrstDcd)
|
|
|
|
JCGO_NOSEP_INLINE void CFASTCALL
|
|
java_nio_charset_CharsetDecoder__void( java_nio_charset_CharsetDecoder
|
|
This );
|
|
|
|
JCGO_NOSEP_STATIC java_nio_charset_CharsetDecoder CFASTCALL
|
|
java_nio_charset_CharsetDecoder__this__L7qsf6FFLs( java_nio_charset_CharsetDecoder
|
|
This, java_nio_charset_Charset cs, java_lang_String replacement, jfloat
|
|
averageCharsPerByte, jfloat maxCharsPerByte );
|
|
|
|
JCGO_NOSEP_FRWINL void CFASTCALL
|
|
java_nio_charset_CharsetDecoder__implReplaceWith__Ls( java_nio_charset_CharsetDecoder
|
|
This, java_lang_String newReplacement );
|
|
|
|
JCGO_NOSEP_INLINE jfloat CFASTCALL
|
|
java_nio_charset_CharsetDecoder__maxCharsPerByte__( java_nio_charset_CharsetDecoder
|
|
This );
|
|
|
|
JCGO_NOSEP_INLINE java_nio_charset_CoderResult CFASTCALL
|
|
java_nio_charset_CharsetDecoder__decode__L9oaiaL3367bZ( java_nio_charset_CharsetDecoder
|
|
This, java_nio_ByteBuffer in, java_nio_CharBuffer out, jboolean endOfInput
|
|
);
|
|
|
|
JCGO_NOSEP_INLINE java_nio_charset_CoderResult CFASTCALL
|
|
java_nio_charset_CharsetDecoder__implFlush__L3367b( java_nio_charset_CharsetDecoder
|
|
This, java_nio_CharBuffer out );
|
|
|
|
JCGO_NOSEP_INLINE java_nio_charset_CoderResult CFASTCALL
|
|
java_nio_charset_CharsetDecoder__flush__L3367b( java_nio_charset_CharsetDecoder
|
|
This, java_nio_CharBuffer out );
|
|
|
|
JCGO_NOSEP_INLINE void CFASTCALL
|
|
java_nio_charset_CharsetDecoder__implReset__( java_nio_charset_CharsetDecoder
|
|
This );
|
|
|
|
JCGO_NOSEP_INLINE java_nio_charset_CharsetDecoder CFASTCALL
|
|
java_nio_charset_CharsetDecoder__reset__( java_nio_charset_CharsetDecoder
|
|
This );
|
|
|
|
JCGO_NOSEP_INLINE void CFASTCALL
|
|
java_nio_charset_CharsetDecoder__implOnMalformedInput__L6zetg( java_nio_charset_CharsetDecoder
|
|
This, java_nio_charset_CodingErrorAction newAction );
|
|
|
|
JCGO_NOSEP_INLINE void CFASTCALL
|
|
java_nio_charset_CharsetDecoder__implOnUnmappableCharacter__L6zetg(
|
|
java_nio_charset_CharsetDecoder This, java_nio_charset_CodingErrorAction
|
|
newAction );
|
|
|
|
JCGO_NOSEP_INLINE java_nio_charset_CharsetDecoder CFASTCALL
|
|
java_nio_charset_CharsetDecoder__this__L7qsf6FF( java_nio_charset_CharsetDecoder
|
|
This, java_nio_charset_Charset cs, jfloat averageCharsPerByte, jfloat
|
|
maxCharsPerByte );
|
|
|
|
JCGO_NOSEP_FRWINL java_nio_CharBuffer CFASTCALL
|
|
java_nio_charset_CharsetDecoder__decode__L9oaia( java_nio_charset_CharsetDecoder
|
|
This, java_nio_ByteBuffer in );
|
|
|
|
JCGO_NOSEP_FRWINL java_nio_charset_CharsetDecoder CFASTCALL
|
|
java_nio_charset_CharsetDecoder__onMalformedInput__L6zetg( java_nio_charset_CharsetDecoder
|
|
This, java_nio_charset_CodingErrorAction newAction );
|
|
|
|
JCGO_NOSEP_FRWINL java_nio_charset_CharsetDecoder CFASTCALL
|
|
java_nio_charset_CharsetDecoder__onUnmappableCharacter__L6zetg( java_nio_charset_CharsetDecoder
|
|
This, java_nio_charset_CodingErrorAction newAction );
|
|
|
|
struct java_nio_charset_CharsetDecoder_methods_s
|
|
{
|
|
java_lang_Class jcgo_class;
|
|
JCGO_GCJDESCR_DEFN
|
|
JCGO_TYPEID_T jcgo_typeid;
|
|
JCGO_OBJSIZE_T jcgo_objsize;
|
|
CONST struct jcgo_reflect_s *jcgo_reflect;
|
|
JCGO_CLINIT_DEFN
|
|
java_nio_charset_CharsetDecoder (CFASTCALL *jcgo_thisRtn)( java_nio_charset_CharsetDecoder
|
|
This );
|
|
jboolean (CFASTCALL *equals__Lo)( java_lang_Object This, java_lang_Object
|
|
obj );
|
|
jint (CFASTCALL *hashCode__)( java_lang_Object This );
|
|
java_lang_String (CFASTCALL *toString__)( java_lang_Object This );
|
|
void (CFASTCALL *finalize__)( java_lang_Object This );
|
|
java_nio_charset_CoderResult (CFASTCALL *decodeLoop__L9oaiaL3367b)(
|
|
java_nio_charset_CharsetDecoder This, java_nio_ByteBuffer in, java_nio_CharBuffer
|
|
out );
|
|
void (CFASTCALL *implReset__)( java_nio_charset_CharsetDecoder This
|
|
);
|
|
};
|
|
|
|
struct java_nio_charset_CharsetDecoder_class_s
|
|
{
|
|
struct java_lang_Class_s jcgo_class;
|
|
};
|
|
|
|
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_nio_charset_CharsetDecoder_methods;
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_nio_charset_CharsetDecoder_class_s
|
|
java_nio_charset_CharsetDecoder__class;
|
|
|
|
struct java_nio_charset_CharsetDecoder_s
|
|
{
|
|
CONST struct java_nio_charset_CharsetDecoder_methods_s *JCGO_IMMFLD_CONST
|
|
jcgo_methods;
|
|
JCGO_MON_DEFN
|
|
java_lang_String replacement;
|
|
java_nio_charset_CodingErrorAction malformedInputAction;
|
|
java_nio_charset_CodingErrorAction unmappableCharacterAction;
|
|
jfloat maxCharsPerByte;
|
|
jint state;
|
|
};
|
|
|
|
JCGO_SEP_EXTERN CONST jcgo_arrtype98_GmCnnctn jcgo_array5_ChrstDcd;
|
|
|
|
JCGO_SEP_EXTERN CONST jcgo_arrtype90_GmCnnctn jcgo_array6_ChrstDcd;
|
|
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_ChrstDcd;
|
|
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_ChrstDcd;
|
|
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string3_ChrstDcd;
|
|
|
|
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string4_ChrstDcd;
|
|
|
|
#endif
|