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

/openjdk7/jdk/src/share/classes/java/text/
H A DCharacterIterator.java48 * continuing through the value returned by getEndIndex()-1.
51 * getBeginIndex() to getEndIndex(); the value getEndIndex() is included to allow
57 * they would move outside the range from getBeginIndex() to getEndIndex() -1,
124 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
127 * @see #getEndIndex()
142 * to getEndIndex(), the current index is reset to getEndIndex() and
162 * getBeginIndex() to getEndIndex()
179 public int getEndIndex(); method in interface:CharacterIterator
[all...]
H A DStringCharacterIterator.java213 * Implements CharacterIterator.getEndIndex() for String.
214 * @see CharacterIterator#getEndIndex
216 public int getEndIndex() method in class:StringCharacterIterator
H A DFieldPosition.java176 public int getEndIndex() { method in class:FieldPosition
H A DRuleBasedBreakIterator.java590 t.setIndex(t.getEndIndex());
693 text.getIndex() < text.getEndIndex()) {
709 text.getIndex() < text.getEndIndex()) {
724 int endIndex = text.getEndIndex();
738 int endIndex = text.getEndIndex();
750 if (offset < text.getBeginIndex() || offset > text.getEndIndex()) {
872 int end = newText.getEndIndex();
908 if (text.getIndex() == text.getEndIndex()) {
962 if (c == CharacterIterator.DONE && lookaheadResult == text.getEndIndex()) {
1067 this.rangeLimit = base.getEndIndex();
1125 public int getEndIndex() { method in class:RuleBasedBreakIterator.SafeCharIterator
[all...]
H A DAttributedString.java100 int end = iterator.getEndIndex();
182 this(text, text.getBeginIndex(), text.getEndIndex(), null);
240 int textEndIndex = text.getEndIndex();
680 int end = iterator.getEndIndex();
851 public int getEndIndex() { method in class:AttributedString.AttributedStringIterator
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleHyperlink.java139 public abstract int getEndIndex(); method in class:AccessibleHyperlink
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DCharArrayIterator.java59 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
62 * @see getEndIndex
94 * to getEndIndex(), the current index is reset to getEndIndex() and
134 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
136 * @return the character at the specified position or DONE if the specified position is equal to getEndIndex()
161 public int getEndIndex() { method in class:CharArrayIterator
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DRemoveInputsFilter.java62 if (z >= r.getStartingIndex() && z <= r.getEndIndex() && is.getConnections().size() > 0) {
135 public int getEndIndex() { method in class:RemoveInputsFilter.RemoveInputsRule
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DSegment.java142 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
145 * @see #getEndIndex
174 * to getEndIndex(), the current index is reset to getEndIndex() and
210 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
212 * @return the character at the specified position or DONE if the specified position is equal to getEndIndex()
242 public int getEndIndex() { method in class:Segment
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java385 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
388 * @see #getEndIndex()
412 * to getEndIndex(), the current index is reset to getEndIndex() and
445 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
447 * @return the character at the specified position or DONE if the specified position is equal to getEndIndex()
469 public int getEndIndex() { method in class:TextConstructionTests.ArrayCI
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java884 * {@link #getBeginIndex} or greater than {@link #getEndIndex}.
914 public int getEndIndex() { method in class:NormalizerBase
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java1847 getEndIndex() - getStartIndex());
1919 public int getEndIndex() { method in class:JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink

Completed in 55 milliseconds