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/luni/src/main/java/java/text/
DFieldPosition.java119 public void setEndIndex(int index) { in setEndIndex() method in FieldPosition
DSimpleDateFormat.java521 field.setEndIndex(0); in formatImpl()
682 position.setEndIndex(buffer.length()); in append()
690 position.setEndIndex(buffer.length()); in append()
DMessageFormat.java615 position.setEndIndex(end); in handleArgumentField()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java325 fp.setEndIndex(fpi.limit()); in updateFieldPosition()