Home | History | Annotate | Download | only in text

Lines Matching defs:string

83                 // Add new string
85 AttributedString string = new AttributedString(
88 string.addAttribute(attr, value);
89 attributedStrings.add(string);
102 * to iterate over the resulting formatted String.
104 * @pararm string Result of formatting.
106 public AttributedCharacterIterator getIterator(String string) {
108 // assert(size <= string.length());
109 if (string.length() > size) {
111 string.substring(size)));
112 size = string.length();