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

/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DAttributedCharacterIterator.java211 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.java277 public int getRunStart(int run) { method in class:Bidi
H A DAttributedString.java866 public int getRunStart() { method in class:AttributedString.AttributedStringIterator
870 public int getRunStart(Attribute attribute) { method in class:AttributedString.AttributedStringIterator
889 public int getRunStart(Set<? extends Attribute> attributes) { method in class:AttributedString.AttributedStringIterator
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DTextLayoutStrategy.java419 public int getRunStart() { method in class:TextLayoutStrategy.AttributedSegment
430 public int getRunStart(AttributedCharacterIterator.Attribute attribute) { method in class:TextLayoutStrategy.AttributedSegment
445 public int getRunStart(Set<? extends Attribute> attributes) { method in class:TextLayoutStrategy.AttributedSegment
/openjdk10/jdk/src/java.base/share/classes/sun/text/bidi/
H A DBidiBase.java4469 public int getRunStart(int run) method in class:BidiBase

Completed in 106 milliseconds