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

/libcore/ojluni/src/main/java/java/text/
H A DCharacterIterator.java47 * are indexed with values beginning with the value returned by getBeginIndex() and
51 * getBeginIndex() to getEndIndex(); the value getEndIndex() is included to allow
57 * they would move outside the range from getBeginIndex() to getEndIndex() -1,
116 * Sets the position to getBeginIndex() and returns the character at that
119 * @see #getBeginIndex()
151 * at the new index. If the current index is getBeginIndex(), the index
152 * remains at getBeginIndex() and a value of DONE is returned.
154 * position is equal to getBeginIndex().
162 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
172 public int getBeginIndex(); method in interface:CharacterIterator
[all...]
H A DStringCharacterIterator.java206 * Implements CharacterIterator.getBeginIndex() for String.
207 * @see CharacterIterator#getBeginIndex
209 public int getBeginIndex() method in class:StringCharacterIterator
H A DFieldPosition.java173 public int getBeginIndex() { method in class:FieldPosition
H A DAttributedString.java99 int start = iterator.getBeginIndex();
183 this(text, text.getBeginIndex(), text.getEndIndex(), null);
240 int textBeginIndex = text.getBeginIndex();
691 int index = iterator.getBeginIndex();
859 public int getBeginIndex() { method in class:AttributedString.AttributedStringIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java96 public int getBeginIndex() { method in class:AttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedStringTest.java254 public int getBeginIndex() { method in class:OldAttributedStringTest.testAttributedCharacterIterator

Completed in 68 milliseconds