Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DCharacterIteratorFieldDelegate.java44 private ArrayList<AttributedString> attributedStrings; field in CharacterIteratorFieldDelegate
53 attributedStrings = new ArrayList<>(); in CharacterIteratorFieldDelegate()
62 int asIndex = attributedStrings.size() - 1; in formatted()
65 AttributedString as = attributedStrings. in formatted()
78 attributedStrings.add(new AttributedString( in formatted()
89 attributedStrings.add(string); in formatted()
110 attributedStrings.add(new AttributedString( in getIterator()
114 int iCount = attributedStrings.size(); in getIterator()
119 iterators[counter] = attributedStrings. in getIterator()