summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/GIOP/CharSets_OSF.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/gnu/CORBA/GIOP/CharSets_OSF.h
downloadcbb-gcc-4.6.4-upstream.tar.bz2
cbb-gcc-4.6.4-upstream.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/gnu/CORBA/GIOP/CharSets_OSF.h')
-rw-r--r--libjava/gnu/CORBA/GIOP/CharSets_OSF.h88
1 files changed, 88 insertions, 0 deletions
diff --git a/libjava/gnu/CORBA/GIOP/CharSets_OSF.h b/libjava/gnu/CORBA/GIOP/CharSets_OSF.h
new file mode 100644
index 000000000..afac0d36a
--- /dev/null
+++ b/libjava/gnu/CORBA/GIOP/CharSets_OSF.h
@@ -0,0 +1,88 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_CORBA_GIOP_CharSets_OSF__
+#define __gnu_CORBA_GIOP_CharSets_OSF__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace CORBA
+ {
+ namespace GIOP
+ {
+ class CharSets_OSF;
+ }
+ }
+ }
+}
+
+class gnu::CORBA::GIOP::CharSets_OSF : public ::java::lang::Object
+{
+
+public:
+ CharSets_OSF();
+ static jint getCode(::java::lang::String *);
+ static ::java::lang::String * getName(jint);
+ static JArray< jint > * getSupportedCharSets();
+private:
+ static void makeMap();
+ static void put(jint, ::java::lang::String *);
+public:
+ static const jint ASCII = 65568;
+ static const jint ISO8859_1 = 65537;
+ static const jint ISO8859_2 = 65538;
+ static const jint ISO8859_3 = 65539;
+ static const jint ISO8859_4 = 65540;
+ static const jint ISO8859_5 = 65541;
+ static const jint ISO8859_6 = 65542;
+ static const jint ISO8859_7 = 65543;
+ static const jint ISO8859_8 = 65544;
+ static const jint ISO8859_9 = 65545;
+ static const jint ISO8859_15_FDIS = 65551;
+ static const jint UTF8 = 83951617;
+ static const jint UTF16 = 65801;
+ static const jint UCS2 = 65792;
+ static const jint Cp1047 = 268567575;
+ static const jint Cp1250 = 268567778;
+ static const jint Cp1251 = 268567779;
+ static const jint Cp1252 = 268567780;
+ static const jint Cp1253 = 268567781;
+ static const jint Cp1254 = 268567782;
+ static const jint Cp1255 = 268567783;
+ static const jint Cp1256 = 268567784;
+ static const jint Cp1257 = 268567785;
+ static const jint Cp1363 = 268567891;
+ static const jint Cp1363C = 268567891;
+ static const jint Cp1381 = 268567909;
+ static const jint Cp1383 = 268567911;
+ static const jint Cp1386 = 268567914;
+ static const jint Cp33722 = 268600250;
+ static const jint Cp33722C = 268600250;
+ static const jint Cp930 = 268567458;
+ static const jint Cp943 = 268567471;
+ static const jint Cp943C = 268567471;
+ static const jint Cp949 = 268567477;
+ static const jint Cp949C = 268567477;
+ static const jint Cp950 = 268567478;
+ static const jint Cp964 = 268567492;
+ static const jint Cp970 = 268567498;
+ static const jint EUC_JP = 196624;
+ static const jint EUC_KR = 262154;
+ static const jint EUC_TW = 327696;
+ static const jint NATIVE_CHARACTER = 65537;
+ static const jint NATIVE_WIDE_CHARACTER = 65801;
+private:
+ static ::java::util::Hashtable * code_to_string;
+ static ::java::util::Hashtable * string_to_code;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_CORBA_GIOP_CharSets_OSF__