deep-c-rsc/jcgo_Out/Charset.h

94 lines
2.9 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_INLINE java_nio_charset_spi_CharsetProvider CFASTCALL
java_nio_charset_Charset__provider__( void );
JCGO_NOSEP_INLINE jObjectArr CFASTCALL
java_nio_charset_Charset__providers2__( void );
JCGO_NOSEP_STATIC java_nio_charset_Charset CFASTCALL
java_nio_charset_Charset__this__LsLsA( java_nio_charset_Charset This,
java_lang_String canonicalName, jObjectArr aliases );
JCGO_NOSEP_STATIC void CFASTCALL
java_nio_charset_Charset__checkName__Ls( java_lang_String name );
JCGO_NOSEP_STATIC java_nio_charset_Charset CFASTCALL
java_nio_charset_Charset__forName__Ls( java_lang_String charsetName
);
JCGO_NOSEP_STATIC java_nio_charset_Charset CFASTCALL
java_nio_charset_Charset__charsetForName__Ls( java_lang_String charsetName
);
JCGO_NOSEP_FRWINL java_lang_String CFASTCALL
java_nio_charset_Charset__name__( java_nio_charset_Charset This );
JCGO_NOSEP_INLINE java_util_Set CFASTCALL
java_nio_charset_Charset__aliases__( java_nio_charset_Charset This
);
JCGO_NOSEP_INLINE jint CFASTCALL
java_nio_charset_Charset__hashCode__( java_nio_charset_Charset This
);
JCGO_NOSEP_STATIC jboolean CFASTCALL
java_nio_charset_Charset__equals__Lo( java_nio_charset_Charset This,
java_lang_Object ob );
JCGO_NOSEP_INLINE java_lang_String CFASTCALL
java_nio_charset_Charset__toString__( java_nio_charset_Charset This
);
struct java_nio_charset_Charset_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_Charset (CFASTCALL *jcgo_thisRtn)( java_nio_charset_Charset
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__)( java_nio_charset_Charset
This );
java_nio_charset_CharsetEncoder (CFASTCALL *newEncoder__)( java_nio_charset_Charset
This );
};
struct java_nio_charset_Charset_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct jcgo_methods_s java_nio_charset_Charset_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_nio_charset_Charset_class_s
java_nio_charset_Charset__class;
JCGO_SEP_GCEXTERN jObjectArr java_nio_charset_Charset__providers;
struct java_nio_charset_Charset_s
{
CONST struct java_nio_charset_Charset_methods_s *JCGO_IMMFLD_CONST
jcgo_methods;
JCGO_MON_DEFN
java_lang_String canonicalName;
jObjectArr aliases;
};
JCGO_SEP_EXTERN CONST jcgo_arrtype73_GmCnnctn jcgo_array3_Charset;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Charset;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_Charset;
#endif