Searched defs:AttributedString (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/text/src/main/java/java/text/
H A DAttributedString.java37 public class AttributedString { class
61 private AttributedString attrString;
65 AttributedIterator(AttributedString attrString) {
72 AttributedIterator(AttributedString attrString,
180 * Returns a set of attributes present in the {@code AttributedString}.
383 * Constructs an {@code AttributedString} from an {@code
390 public AttributedString(AttributedCharacterIterator iterator) { method in class:AttributedString
425 private AttributedString(AttributedCharacterIterator iterator, int start, method in class:AttributedString
466 * Constructs an {@code AttributedString} from a range of the text contained
483 public AttributedString(AttributedCharacterIterato method in class:AttributedString
510 public AttributedString(AttributedCharacterIterator iterator, int start, method in class:AttributedString
529 public AttributedString(String value) { method in class:AttributedString
551 public AttributedString(String value, method in class:AttributedString
[all...]

Completed in 71 milliseconds