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

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

Completed in 44 milliseconds