URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [nio/] [charset/] [Windows1250.h] - Rev 771
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_java_nio_charset_Windows1250__ #define __gnu_java_nio_charset_Windows1250__ #pragma interface #include <gnu/java/nio/charset/ByteCharset.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace java { namespace nio { namespace charset { class Windows1250; } } } } } class gnu::java::nio::charset::Windows1250 : public ::gnu::java::nio::charset::ByteCharset { public: Windows1250(); private: static JArray< jchar > * lookup; public: static ::java::lang::Class class$; }; #endif // __gnu_java_nio_charset_Windows1250__
Go to most recent revision | Compare with Previous | Blame | View Log