Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DAttributedString.java588 return new AttributedStringIterator(attributes, beginIndex, endIndex); in getIterator()
735 private final class AttributedStringIterator implements AttributedCharacterIterator { class in AttributedString
758 AttributedStringIterator(Attribute[] attributes, int beginIndex, int endIndex) { in AttributedStringIterator() method in AttributedString.AttributedStringIterator
779 if (!(obj instanceof AttributedStringIterator that)) { in equals()
796 AttributedStringIterator other = (AttributedStringIterator) super.clone(); in clone()