Character.java: Re-merged with Classpath.
2007-03-05 Mark Wielaard <mark@klomp.org> * java/lang/Character.java: Re-merged with Classpath. * java/lang/natString.cc (nativeCompareTo): Renamed from compareTo. * java/lang/StringBuilder.java: Re-merged with Classpath. * java/lang/String.java: Re-merged with Classpath. (nativeCompareTo): Renamed from compareTo. * java/lang/StringBuffer.java: Re-merged with Classpath. * jni.cc (_Jv_JNI_GetAnyMethodID): Split calls to append. From-SVN: r122560
This commit is contained in:
parent
b48a45922d
commit
666ff4f65d
22 changed files with 609 additions and 246 deletions
|
@ -18,13 +18,12 @@ public:
|
|||
static ::java::lang::Character$UnicodeBlock * of(jchar);
|
||||
static ::java::lang::Character$UnicodeBlock * of(jint);
|
||||
static ::java::lang::Character$UnicodeBlock * forName(::java::lang::String *);
|
||||
public: // actually package-private
|
||||
static JArray< jint > * $SWITCH_TABLE$java$lang$Character$UnicodeBlock$NameType();
|
||||
private:
|
||||
jint __attribute__((aligned(__alignof__( ::java::lang::Character$Subset)))) start;
|
||||
jint end;
|
||||
::java::lang::String * canonicalName;
|
||||
static const jint CANONICAL_NAME = 0;
|
||||
static const jint NO_SPACES_NAME = 1;
|
||||
static const jint CONSTANT_NAME = 2;
|
||||
public:
|
||||
static ::java::lang::Character$UnicodeBlock * BASIC_LATIN;
|
||||
static ::java::lang::Character$UnicodeBlock * LATIN_1_SUPPLEMENT;
|
||||
|
@ -154,6 +153,7 @@ public:
|
|||
static ::java::lang::Character$UnicodeBlock * SURROGATES_AREA;
|
||||
private:
|
||||
static JArray< ::java::lang::Character$UnicodeBlock * > * sets;
|
||||
static JArray< jint > * $SWITCH_TABLE$java$lang$Character$UnicodeBlock$NameType__;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue