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/ojluni/src/main/java/java/text/
DFieldPosition.java193 public void setBeginIndex(int bi) { in setBeginIndex() method in FieldPosition
299 setBeginIndex(start); in formatted()
308 setBeginIndex(start); in formatted()
DDecimalFormat.java551 icuFieldPosition.setBeginIndex(fp.getBeginIndex()); in getIcuFieldPosition()
683 fieldPosition.setBeginIndex(icuFieldPosition.getBeginIndex()); in format()
800 fieldPosition.setBeginIndex(icuFieldPosition.getBeginIndex()); in format()
901 fieldPosition.setBeginIndex(icuFieldPosition.getBeginIndex()); in format()
970 fieldPosition.setBeginIndex(icuFieldPosition.getBeginIndex()); in format()
DMessageFormat.java1335 fp.setBeginIndex(last); in subformat()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java2111 pos.setBeginIndex(0); in format()