/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | FieldPositionTest.java | 116 2, fpos.getBeginIndex()); in test_getBeginIndex() 187 .getBeginIndex()); in test_setBeginIndexI() 191 Integer.MAX_VALUE, fpos.getBeginIndex()); in test_setBeginIndexI() 195 -1, fpos.getBeginIndex()); in test_setBeginIndexI()
|
D | StringCharacterIteratorTest.java | 202 assertEquals(0, fixture.getBeginIndex()); in test_getBeginIndex() 204 assertEquals(0, fixture.getBeginIndex()); in test_getBeginIndex() 207 assertEquals(1, fixture.getBeginIndex()); in test_getBeginIndex() 211 assertEquals("Wrong begin index 2", 2, it1.getBeginIndex()); in test_getBeginIndex() 408 assertEquals("Wrong begin index", 0, it.getBeginIndex()); in test_ConstructorLjava_lang_String() 421 assertEquals("Wrong begin index", 0, it.getBeginIndex()); in test_ConstructorLjava_lang_StringI() 435 assertEquals("Wrong begin index", 2, it.getBeginIndex()); in test_ConstructorLjava_lang_StringIII() 517 assertEquals("Wrong begin index", 0, it1.getBeginIndex()); in test_setTextLjava_lang_String()
|
D | Support_Format.java | 52 if (begin != pos.getBeginIndex() || end != pos.getEndIndex()) { in t_FormatWithField() 54 pos.getFieldAttribute() + " " + pos.getBeginIndex() + ".." + pos.getEndIndex()); in t_FormatWithField()
|
D | AttributedStringTest.java | 96 public int getBeginIndex() { in getBeginIndex() method in AttributedStringTest.testAttributedCharacterIterator
|
D | AttributedCharacterIteratorTest.java | 69 assertEquals("Wrong begin index", 2, it.getBeginIndex()); in test_getBeginIndex()
|
D | DecimalFormatTest.java | 2031 assertEquals(0, iterator.getBeginIndex()); in test_formatToCharacterIterator() 2068 assertEquals(0, iterator.getBeginIndex()); in test_formatToCharacterIterator() 2082 assertEquals(0, iterator.getBeginIndex()); in test_formatToCharacterIterator() 2106 assertEquals(0, iterator.getBeginIndex()); in test_formatToCharacterIterator_veryLarge()
|
D | SimpleDateFormatTest.java | 404 "field: " + field, 1, position.getBeginIndex()); in assertFormat()
|
/libcore/ojluni/src/main/java/java/text/ |
D | CharacterIterator.java | 172 public int getBeginIndex(); in getBeginIndex() method
|
D | IcuIteratorWrapper.java | 321 if (offset < text.getBeginIndex() || offset > text.getEndIndex()) { in checkOffset()
|
D | StringCharacterIterator.java | 209 public int getBeginIndex() in getBeginIndex() method in StringCharacterIterator
|
D | FieldPosition.java | 173 public int getBeginIndex() { in getBeginIndex() method in FieldPosition
|
D | AttributedString.java | 99 int start = iterator.getBeginIndex(); in AttributedString() 183 this(text, text.getBeginIndex(), text.getEndIndex(), null); in AttributedString() 240 int textBeginIndex = text.getBeginIndex(); in AttributedString() 691 int index = iterator.getBeginIndex(); in appendContents() 859 public int getBeginIndex() { in getBeginIndex() method in AttributedString.AttributedStringIterator
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldFormatTest.java | 70 assertEquals(0, aci.getBeginIndex()); in test_formatToCharacterIteratorLjava_lang_Object()
|
D | OldAttributedStringTest.java | 251 public int getBeginIndex() { in getBeginIndex() method in OldAttributedStringTest.testAttributedCharacterIterator
|
D | OldDateFormatTest.java | 121 .getBeginIndex() == sb.lastIndexOf("/") + 1); in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_Format.java | 54 + field, begin, pos.getBeginIndex()); in t_FormatWithField()
|