Searched refs:setBeginIndex (Results 1 - 8 of 8) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DFieldPositionTest.java90 fpos.setBeginIndex(1);
91 fpos1.setBeginIndex(2);
94 fpos1.setBeginIndex(1);
114 fpos.setBeginIndex(2);
125 fpos.setBeginIndex(2);
166 fpos.setBeginIndex(5);
172 fpos2.setBeginIndex(5);
178 * @tests java.text.FieldPosition#setBeginIndex(int)
181 // Test for method void java.text.FieldPosition.setBeginIndex(int)
183 fpos.setBeginIndex(
[all...]
/external/icu4c/i18n/
H A Dfphdlimp.cpp49 pos.setBeginIndex(start);
57 pos.setBeginIndex(delta + pos.getBeginIndex());
H A Dfpositer.cpp110 fp.setBeginIndex(data->elementAti(pos++));
H A Dreldtfmt.cpp152 pos.setBeginIndex( pos.getBeginIndex() + offset );
156 pos.setBeginIndex( timepos.getBeginIndex() + offset );
/external/icu4c/i18n/unicode/
H A Dfieldpos.h220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; } function in class:FieldPosition
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp138 fp.setBeginIndex( i+6 );
150 it_logln("FP setBeginIndex and getBeginIndex tested.");
152 it_errln("*** FP setBeginIndex or getBeginIndex");
H A Ddtfmttst.cpp3145 fpos.setBeginIndex(0);
3159 fpos.setBeginIndex(0);
H A Dnumrgts.cpp1386 field.setBeginIndex(7);

Completed in 168 milliseconds