Home
last modified time | relevance | path

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

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/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 fpos.setEndIndex(110); in test_hashCode()
173 fpos2.setEndIndex(110); in test_hashCode()
184 fpos.setEndIndex(3); in test_setBeginIndexI()
195 fpos.setEndIndex(3); in test_setEndIndexI()
208 fpos.setEndIndex(3); in test_toString()
216 fpos2.setEndIndex(5); in test_toString()
/external/icu4c/i18n/
Dfphdlimp.cpp50 pos.setEndIndex(limit); in addAttribute()
58 pos.setEndIndex(delta + pos.getEndIndex()); in shiftLast()
Dfpositer.cpp111 fp.setEndIndex(data->elementAti(pos++)); in next()
Dtzfmt.cpp623 pos.setEndIndex(result.length()); in format()
/external/icu4c/i18n/unicode/
Dfieldpos.h227 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex() function
/external/icu4c/test/intltest/
Dtfsmalls.cpp139 fp.setEndIndex( i+7 ); in test_FieldPosition()
Ddtfmttst.cpp3300 fpos.setEndIndex(0); in TestRoundtripWithCalendar()
3314 fpos.setEndIndex(0); in TestRoundtripWithCalendar()
Dnumrgts.cpp1390 field.setEndIndex(4); in Test4062486()