HomeSort by relevance Sort by last modified time
    Searched full:attributedstrings (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 40 * attributedStrings. Subsequent invocations of <code>formatted</code>
42 * AttributedStrings.
44 private ArrayList attributedStrings;
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()
    [all...]

Completed in 47 milliseconds