deep-c-rsc/jcgo_Out/Iso88591.h

75 lines
2.5 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_INLINE gnu_java_nio_charset_ISO_8859_1 CFASTCALL
gnu_java_nio_charset_ISO_8859_1__this__( gnu_java_nio_charset_ISO_8859_1
This );
JCGO_NOSEP_INLINE gnu_java_nio_charset_ISO_8859_1 CFASTCALL
gnu_java_nio_charset_ISO_8859_1__new__( void );
JCGO_NOSEP_INLINE java_nio_charset_CharsetDecoder CFASTCALL
gnu_java_nio_charset_ISO_8859_1__newDecoder__( gnu_java_nio_charset_ISO_8859_1
This );
JCGO_NOSEP_INLINE java_nio_charset_CharsetEncoder CFASTCALL
gnu_java_nio_charset_ISO_8859_1__newEncoder__( gnu_java_nio_charset_ISO_8859_1
This );
struct gnu_java_nio_charset_ISO_8859_1_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
gnu_java_nio_charset_ISO_8859_1 (CFASTCALL *jcgo_thisRtn)( gnu_java_nio_charset_ISO_8859_1
This );
jboolean (CFASTCALL *equals__Lo)( java_nio_charset_Charset This, java_lang_Object
ob );
jint (CFASTCALL *hashCode__)( java_nio_charset_Charset This );
java_lang_String (CFASTCALL *toString__)( java_nio_charset_Charset
This );
void (CFASTCALL *finalize__)( java_lang_Object This );
java_nio_charset_CharsetDecoder (CFASTCALL *newDecoder__)( gnu_java_nio_charset_ISO_8859_1
This );
java_nio_charset_CharsetEncoder (CFASTCALL *newEncoder__)( gnu_java_nio_charset_ISO_8859_1
This );
};
struct gnu_java_nio_charset_ISO_8859_1_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct gnu_java_nio_charset_ISO_8859_1_methods_s
gnu_java_nio_charset_ISO_8859_1_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct gnu_java_nio_charset_ISO_8859_1_class_s
gnu_java_nio_charset_ISO_8859_1__class;
struct gnu_java_nio_charset_ISO_8859_1_s
{
CONST struct gnu_java_nio_charset_ISO_8859_1_methods_s *JCGO_IMMFLD_CONST
jcgo_methods;
JCGO_MON_DEFN
java_lang_String canonicalName;
jObjectArr aliases;
};
JCGO_SEP_EXTERN CONST jcgo_arrtype5_Iso88591 jcgo_array5_Iso88591;
JCGO_SEP_EXTERN CONST jcgo_arrtype2_BZLib jcgo_array6_Iso88591;
JCGO_SEP_EXTERN CONST jcgo_arrtype30_Object jcgo_array7_Iso88591;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Iso88591;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_Iso88591;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string3_Iso88591;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string4_Iso88591;
#endif