D | AttributedString.java | 50 public class AttributedString { class 72 AttributedString(AttributedCharacterIterator[] iterators) { in AttributedString() method in AttributedString 122 public AttributedString(String text) { in AttributedString() method in AttributedString 139 public AttributedString(String text, in AttributedString() method in AttributedString 176 public AttributedString(AttributedCharacterIterator text) { in AttributedString() method in AttributedString 200 public AttributedString(AttributedCharacterIterator text, in AttributedString() method in AttributedString 228 public AttributedString(AttributedCharacterIterator text, in AttributedString() method in AttributedString 783 if (AttributedString.this != that.getString()) in equals() 876 … valuesMatch(value, AttributedString.this.getAttribute(attribute, runIndex - 1))) { in getRunStart() 894 … AttributedString.this.attributeValuesMatch(attributes, currentRunIndex, runIndex - 1)) { in getRunStart() [all …]
|