Searched refs:AttributedStringIterator (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DAttributedString.java583 return new AttributedStringIterator(attributes, beginIndex, endIndex);
730 final private class AttributedStringIterator implements AttributedCharacterIterator { class in class:AttributedString
753 AttributedStringIterator(Attribute[] attributes, int beginIndex, int endIndex) { method in class:AttributedString.AttributedStringIterator
774 if (!(obj instanceof AttributedStringIterator)) {
778 AttributedStringIterator that = (AttributedStringIterator) obj;
793 AttributedStringIterator other = (AttributedStringIterator) super.clone();

Completed in 230 milliseconds