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

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
FieldPositionTest.java 95 fpos1.setEndIndex(2);
113 fpos.setEndIndex(3);
126 fpos.setEndIndex(3);
167 fpos1.setEndIndex(110);
171 fpos2.setEndIndex(110);
185 fpos.setEndIndex(3);
200 fpos.setEndIndex(3);
205 fpos.setEndIndex(Integer.MAX_VALUE);
209 fpos.setEndIndex(-1);
221 fpos.setEndIndex(3)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
fphdlimp.cpp 50 pos.setEndIndex(limit);
58 pos.setEndIndex(delta + pos.getEndIndex());
fpositer.cpp 97 fp.setEndIndex(data->elementAti(pos++));
reldtfmt.cpp 153 pos.setEndIndex( pos.getEndIndex() + offset );
157 pos.setEndIndex( timepos.getEndIndex() + offset );
  /external/icu/icu4c/source/i18n/
fphdlimp.cpp 50 pos.setEndIndex(limit);
58 pos.setEndIndex(delta + pos.getEndIndex());
fpositer.cpp 95 fp.setEndIndex(data->elementAti(pos++));
quantityformatter.cpp 173 pos.setEndIndex(fpos.getEndIndex() + offsets[0]);
measfmt.cpp 943 pos.setEndIndex(fpos.getEndIndex() + offset);
tzfmt.cpp 787 pos.setEndIndex(result.length());
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fieldpos.h 227 void setEndIndex(int32_t ei) { fEndIndex = ei; }
  /external/icu/icu4c/source/i18n/unicode/
fieldpos.h 227 void setEndIndex(int32_t ei) { fEndIndex = ei; }
  /libcore/luni/src/main/java/java/text/
FieldPosition.java 119 public void setEndIndex(int index) {
SimpleDateFormat.java 521 field.setEndIndex(0);
682 position.setEndIndex(buffer.length());
690 position.setEndIndex(buffer.length());
    [all...]
MessageFormat.java 615 position.setEndIndex(end);
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 148 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; }
319 Scheduler.setEndIndex(CurrentCount);
335 Scheduler.setEndIndex(CurrentCount);
  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 139 fp.setEndIndex( i+7 );
155 it_logln("FP setEndIndex and getEndIndex tested.");
157 it_errln("*** FP setEndIndex or getEndIndex");
dtfmttst.cpp     [all...]
numrgts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tfsmalls.cpp 139 fp.setEndIndex( i+7 );
155 it_logln("FP setEndIndex and getEndIndex tested.");
157 it_errln("*** FP setEndIndex or getEndIndex");
dtfmttst.cpp     [all...]
numrgts.cpp     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 325 fp.setEndIndex(fpi.limit());
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 879 milliseconds

1 2