Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DFieldPositionTest.java95 fpos1.setEndIndex(2); in test_equalsLjava_lang_Object()
113 fpos.setEndIndex(3); in test_getBeginIndex()
126 fpos.setEndIndex(3); in test_getEndIndex()
167 fpos1.setEndIndex(110); in test_hashCode()
171 fpos2.setEndIndex(110); in test_hashCode()
185 fpos.setEndIndex(3); in test_setBeginIndexI()
200 fpos.setEndIndex(3); in test_setEndIndexI()
205 fpos.setEndIndex(Integer.MAX_VALUE); in test_setEndIndexI()
209 fpos.setEndIndex(-1); in test_setEndIndexI()
221 fpos.setEndIndex(3); in test_toString()
[all …]
/libcore/ojluni/src/main/java/java/text/
DFieldPosition.java203 public void setEndIndex(int ei) { in setEndIndex() method in FieldPosition
300 setEndIndex(end); in formatted()
309 setEndIndex(end); in formatted()
DDecimalFormat.java552 icuFieldPosition.setEndIndex(fp.getEndIndex()); in getIcuFieldPosition()
684 fieldPosition.setEndIndex(icuFieldPosition.getEndIndex()); in format()
801 fieldPosition.setEndIndex(icuFieldPosition.getEndIndex()); in format()
902 fieldPosition.setEndIndex(icuFieldPosition.getEndIndex()); in format()
971 fieldPosition.setEndIndex(icuFieldPosition.getEndIndex()); in format()
DMessageFormat.java1336 fp.setEndIndex(result.length()); in subformat()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java2112 pos.setEndIndex(0); in format()