2004-01-07 Michael Koch <konqueror@gmx.de>
* java/text/CollationElementIterator.java (textIndex): Renamed from index. * java/text/CollationKey.java (collator): New member. (CollationKey): New argument for parent collator. (equals): Check for same collator, source string and key array. * java/text/RuleBasedCollator.java: Reformated. (RuleBasedCollator): Don't re-initialize frenchAccents with default value. (getCollationElementIterator): Rewritten. (getCollationKey): Added new argument to CollationKey constructor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75510 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libjava/ChangeLog 15 additions, 0 deletionslibjava/ChangeLog
- libjava/java/text/CollationElementIterator.java 5 additions, 5 deletionslibjava/java/text/CollationElementIterator.java
- libjava/java/text/CollationKey.java 14 additions, 6 deletionslibjava/java/text/CollationKey.java
- libjava/java/text/RuleBasedCollator.java 23 additions, 20 deletionslibjava/java/text/RuleBasedCollator.java
Loading
Please register or sign in to comment