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

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/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 fpos1.setBeginIndex(5);
170 fpos2.setBeginIndex(5);
184 fpos.setBeginIndex(2);
189 fpos.setBeginIndex(Integer.MAX_VALUE);
193 fpos.setBeginIndex(-1)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
fphdlimp.cpp 49 pos.setBeginIndex(start);
57 pos.setBeginIndex(delta + pos.getBeginIndex());
fpositer.cpp 94 fp.setBeginIndex(data->elementAti(pos++));
tzfmt.cpp 786 pos.setBeginIndex(0);
    [all...]
  /external/icu/icu4c/source/i18n/
fphdlimp.cpp 49 pos.setBeginIndex(start);
57 pos.setBeginIndex(delta + pos.getBeginIndex());
fpositer.cpp 94 fp.setBeginIndex(data->elementAti(pos++));
quantityformatter.cpp 172 pos.setBeginIndex(fpos.getBeginIndex() + offsets[0]);
measfmt.cpp 942 pos.setBeginIndex(fpos.getBeginIndex() + offset);
tzfmt.cpp 786 pos.setBeginIndex(0);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fieldpos.h 220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; }
  /external/icu/icu4c/source/i18n/unicode/
fieldpos.h 220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; }
  /libcore/luni/src/main/java/java/text/
FieldPosition.java 112 public void setBeginIndex(int index) {
SimpleDateFormat.java 520 field.setBeginIndex(0);
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/icu/icu4c/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...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 324 fp.setBeginIndex(fpi.start());
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1225 milliseconds

1 2