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

/libcore/ojluni/src/main/java/java/text/
H A DAttributedCharacterIterator.java58 * calling {@link #getRunStart()} and {@link #getRunLimit()}), any
211 public int getRunStart(); method in interface:AttributedCharacterIterator
220 public int getRunStart(Attribute attribute); method in interface:AttributedCharacterIterator
229 public int getRunStart(Set<? extends Attribute> attributes); method in interface:AttributedCharacterIterator
H A DBidi.java315 public int getRunStart(int run) { method in class:Bidi
321 return (bidiBase.countRuns() == 0 ? 0 : bidiBase.getRunStart(run));
H A DAttributedString.java275 int start = text.getRunStart(attributeKey);
873 public int getRunStart() { method in class:AttributedString.AttributedStringIterator
877 public int getRunStart(Attribute attribute) { method in class:AttributedString.AttributedStringIterator
896 public int getRunStart(Set<? extends Attribute> attributes) { method in class:AttributedString.AttributedStringIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java78 public int getRunStart(Set p) { method in class:AttributedStringTest.testAttributedCharacterIterator
81 public int getRunStart(AttributedCharacterIterator.Attribute p) { method in class:AttributedStringTest.testAttributedCharacterIterator
84 public int getRunStart() { method in class:AttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedStringTest.java230 public int getRunStart(Set p) { method in class:OldAttributedStringTest.testAttributedCharacterIterator
234 public int getRunStart(AttributedCharacterIterator.Attribute p) { method in class:OldAttributedStringTest.testAttributedCharacterIterator
238 public int getRunStart() { method in class:OldAttributedStringTest.testAttributedCharacterIterator

Completed in 77 milliseconds