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

/libcore/ojluni/src/main/java/java/text/
H A DCharacterIteratorFieldDelegate.java40 * attributedStrings. Subsequent invocations of <code>formatted</code>
44 private ArrayList<AttributedString> attributedStrings; field in class:CharacterIteratorFieldDelegate
53 attributedStrings = new ArrayList<>();
62 int asIndex = attributedStrings.size() - 1;
65 AttributedString as = attributedStrings.
78 attributedStrings.add(new AttributedString(
89 attributedStrings.add(string);
110 attributedStrings.add(new AttributedString(
114 int iCount = attributedStrings.size();
119 iterators[counter] = attributedStrings
[all...]

Completed in 50 milliseconds