deep-c-rsc/jcgo_Out/Utf16le.h

81 lines
2.6 KiB
C
Raw Normal View History

2021-07-16 18:07:51 -04:00
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_INLINE gnu_java_nio_charset_UTF_16LE CFASTCALL
gnu_java_nio_charset_UTF_16LE__this__( gnu_java_nio_charset_UTF_16LE
This );
JCGO_NOSEP_INLINE gnu_java_nio_charset_UTF_16LE CFASTCALL
gnu_java_nio_charset_UTF_16LE__new__( void );
JCGO_NOSEP_INLINE java_nio_charset_CharsetDecoder CFASTCALL
gnu_java_nio_charset_UTF_16LE__newDecoder__( gnu_java_nio_charset_UTF_16LE
This );
JCGO_NOSEP_INLINE java_nio_charset_CharsetEncoder CFASTCALL
gnu_java_nio_charset_UTF_16LE__newEncoder__( gnu_java_nio_charset_UTF_16LE
This );
struct gnu_java_nio_charset_UTF_16LE_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_UTF_16LE (CFASTCALL *jcgo_thisRtn)( gnu_java_nio_charset_UTF_16LE
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_UTF_16LE
This );
java_nio_charset_CharsetEncoder (CFASTCALL *newEncoder__)( gnu_java_nio_charset_UTF_16LE
This );
};
struct gnu_java_nio_charset_UTF_16LE_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct gnu_java_nio_charset_UTF_16LE_methods_s
gnu_java_nio_charset_UTF_16LE_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct gnu_java_nio_charset_UTF_16LE_class_s
gnu_java_nio_charset_UTF_16LE__class;
struct gnu_java_nio_charset_UTF_16LE_s
{
CONST struct gnu_java_nio_charset_UTF_16LE_methods_s *JCGO_IMMFLD_CONST
jcgo_methods;
JCGO_MON_DEFN
java_lang_String canonicalName;
jObjectArr aliases;
};
JCGO_SEP_EXTERN CONST jcgo_arrtype8_Utf8 jcgo_array7_Utf16le;
JCGO_SEP_EXTERN CONST jcgo_arrtype86_GmCnnctn jcgo_array8_Utf16le;
JCGO_SEP_EXTERN CONST jcgo_arrtype32_GameShll jcgo_array9_Utf16le;
JCGO_SEP_EXTERN CONST jcgo_arrtype82_GmCnnctn jcgo_array10_Utf16le;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Utf16le;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string2_Utf16le;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string3_Utf16le;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string4_Utf16le;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string5_Utf16le;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string6_Utf16le;
#endif