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

/libcore/ojluni/src/main/java/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.java215 * Implements CharacterIterator.getEndIndex() for String.
216 * @see CharacterIterator#getEndIndex
218 public int getEndIndex() method in class:StringCharacterIterator
H A DFieldPosition.java183 public int getEndIndex() { method in class:FieldPosition
H A DAttributedString.java100 int end = iterator.getEndIndex();
183 this(text, text.getBeginIndex(), text.getEndIndex(), null);
241 int textEndIndex = text.getEndIndex();
692 int end = iterator.getEndIndex();
863 public int getEndIndex() { method in class:AttributedString.AttributedStringIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java93 public int getEndIndex() { method in class:AttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedStringTest.java250 public int getEndIndex() { method in class:OldAttributedStringTest.testAttributedCharacterIterator

Completed in 143 milliseconds