HomeSort by relevance Sort by last modified time
    Searched refs:setBeginIndex (Results 1 - 25 of 29) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/text/
OldFieldPositionTest.java 30 fpos1.setBeginIndex(5);
34 fpos2.setBeginIndex(5);
47 // Test for method void java.text.FieldPosition.setBeginIndex(int)
49 fpos.setBeginIndex(2);
54 fpos.setBeginIndex(Integer.MAX_VALUE);
58 fpos.setBeginIndex(-1);
67 fpos.setBeginIndex(2);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
FieldPositionTest.java 90 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(2)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
fphdlimp.cpp 49 pos.setBeginIndex(start);
57 pos.setBeginIndex(delta + pos.getBeginIndex());
fpositer.cpp 96 fp.setBeginIndex(data->elementAti(pos++));
reldtfmt.cpp 152 pos.setBeginIndex( pos.getBeginIndex() + offset );
156 pos.setBeginIndex( timepos.getBeginIndex() + offset );
  /external/icu4c/i18n/
fphdlimp.cpp 49 pos.setBeginIndex(start);
57 pos.setBeginIndex(delta + pos.getBeginIndex());
fpositer.cpp 108 fp.setBeginIndex(data->elementAti(pos++));
tzfmt.cpp 774 pos.setBeginIndex(0);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fieldpos.h 220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; }
  /external/icu4c/i18n/unicode/
fieldpos.h 220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; }
  /libcore/luni/src/main/java/java/text/
FieldPosition.java 147 public void setBeginIndex(int index) {
SimpleDateFormat.java 681 position.setBeginIndex(beginPosition);
689 position.setBeginIndex(beginPosition);
    [all...]
MessageFormat.java 614 position.setBeginIndex(begin);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 138 fp.setBeginIndex( i+6 );
150 it_logln("FP setBeginIndex and getBeginIndex tested.");
152 it_errln("*** FP setBeginIndex or getBeginIndex");
dtfmttst.cpp     [all...]
numrgts.cpp     [all...]
  /external/icu4c/test/intltest/
tfsmalls.cpp 138 fp.setBeginIndex( i+6 );
150 it_logln("FP setBeginIndex and getBeginIndex tested.");
152 it_errln("*** FP setBeginIndex or getBeginIndex");
dtfmttst.cpp     [all...]
numrgts.cpp     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 555 fp.setBeginIndex(fpi.start());
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 846 milliseconds

1 2