Home
last modified time | relevance | path

Searched refs:setBeginIndex (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DFieldPositionTest.java90 fpos.setBeginIndex(1); in test_equalsLjava_lang_Object()
91 fpos1.setBeginIndex(2); in test_equalsLjava_lang_Object()
94 fpos1.setBeginIndex(1); in test_equalsLjava_lang_Object()
114 fpos.setBeginIndex(2); in test_getBeginIndex()
125 fpos.setBeginIndex(2); in test_getEndIndex()
166 fpos1.setBeginIndex(5); in test_hashCode()
170 fpos2.setBeginIndex(5); in test_hashCode()
184 fpos.setBeginIndex(2); in test_setBeginIndexI()
189 fpos.setBeginIndex(Integer.MAX_VALUE); in test_setBeginIndexI()
193 fpos.setBeginIndex(-1); in test_setBeginIndexI()
[all …]
/libcore/luni/src/main/java/java/text/
DFieldPosition.java112 public void setBeginIndex(int index) { in setBeginIndex() method in FieldPosition
DSimpleDateFormat.java520 field.setBeginIndex(0); in formatImpl()
681 position.setBeginIndex(beginPosition); in append()
689 position.setBeginIndex(beginPosition); in append()
DMessageFormat.java614 position.setBeginIndex(begin); in handleArgumentField()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java324 fp.setBeginIndex(fpi.start()); in updateFieldPosition()