summaryrefslogtreecommitdiff
path: root/java/text/AttributedStringIterator.java
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-10-051-9/+18
| | | | * Merge of HEAD-->generics for 2006/09/03-2006/10/04.
* 2005-11-01 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-11-021-55/+128
| | | | * Merge from HEAD --> generics for 2005/09/20 - 2005/11/01.
* 2005-08-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-021-272/+235
| | | | | | * Merge of HEAD --> generics-branch for 2005/06/05 - 2005/07/31. See patch on classpath-patches@gnu.org for a full ChangeLog.
* cleaned up imports in java.textDalibor Topic2004-04-231-4/+4
| | | | | | | | | | | | | 2004-04-22 Dalibor Topic <robilad@kaffe.org> java/text/AttributedString.java, java/text/AttributedStringIterator.java, java/text/CollationElementIterator.java, java/text/Collator.java, java/text/DecimalFormatSymbols.java, java/text/NumberFormat.java, java/text/RuleBasedCollator.java: Cleaned up imports.
* 2004-04-20 Graydon Hoare <graydon@redhat.com>Michael Koch2004-04-201-56/+38
| | | | | | | | | | | * java/text/AttributedString.java (addAttribute): Fix off-by-one. (getIterator): Likewise. * java/text/AttributedStringIterator.java (getRunLimit): Correct logic. (getRunStart): Likewise. (getAttribute): Fix inequality. (getAttributes): Likewise.
* * java/text/AttributedStringIterator.javaGuilhem Lavaux2004-02-281-3/+7
| | | | | | | (getAllAttributesKey): Return only keys concerned by the current iterator. (getAttributes): Use strict inequality for end_index.
* Add License clarificationMark Wielaard2002-01-221-5/+16
|
* Change license to libgcc-like terms.Paul Fisher2000-03-151-19/+25
| | | | Fix copyright years.
* Fix in getRunLength to detect when attribute is not set on a character.Aaron M. Renn1999-03-311-5/+9
| | | | | I still don't know what this interface method is supposed to do, but at least it now does better what I think it is supposed to do!
* Initial checkinAaron M. Renn1998-10-081-0/+341