HomeSort by relevance Sort by last modified time
    Searched refs:getEndIndex (Results 26 - 50 of 70) sorted by null

12 3

  /external/icu4c/i18n/
unum.cpp 194 pos->endIndex = fp.getEndIndex();
227 pos->endIndex = fp.getEndIndex();
270 pos->endIndex = fp.getEndIndex();
310 pos->endIndex = fp.getEndIndex();
udat.cpp 231 position->endIndex = fp.getEndIndex();
    [all...]
  /libcore/luni/src/main/java/java/text/
AttributedString.java 141 public int getEndIndex() {
389 if (iterator.getBeginIndex() > iterator.getEndIndex()) {
393 for (int i = iterator.getBeginIndex(); i < iterator.getEndIndex(); i++) {
424 if (start < iterator.getBeginIndex() || end > iterator.getEndIndex()
MessageFormat.java 613 && position.getEndIndex() == 0) {
656 while (iterator.getIndex() != iterator.getEndIndex()) {
    [all...]
Bidi.java 118 int end = paragraph.getEndIndex();
SimpleDateFormat.java 482 as.addAttribute(attribute, attribute, pos.getBeginIndex(), pos.getEndIndex());
688 && position.getEndIndex() == 0) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 226 pos->endIndex = fp.getEndIndex();
259 pos->endIndex = fp.getEndIndex();
302 pos->endIndex = fp.getEndIndex();
342 pos->endIndex = fp.getEndIndex();
udat.cpp 188 position->endIndex = fp.getEndIndex();
  /external/icu4c/test/intltest/
compactdecimalformattest.cpp 255 UnicodeString subString = result.tempSubString(fp.getBeginIndex(), fp.getEndIndex() - fp.getBeginIndex());
dtfmrgts.cpp 196 //char[] dst = new char[pos.getEndIndex() - pos.getBeginIndex()];
198 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst);
203 pos.getEndIndex());
724 logln(UnicodeString("endIndex = ") + fp.getEndIndex());
725 if (fp.getBeginIndex() == fp.getEndIndex())
    [all...]
numfmtst.cpp     [all...]
numrgts.cpp     [all...]
dtfmttst.cpp 560 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field);
577 buf.extractBetween(fp.getBeginIndex(), fp.getEndIndex(), field);
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 79 assertEquals(1646, iterator.getEndIndex());
94 assertEquals(402, iterator.getEndIndex());
109 assertEquals(10, iterator.getEndIndex());
124 assertEquals(11, iterator.getEndIndex());
    [all...]
OldAttributedStringTest.java 250 public int getEndIndex() {
OldDateFormatTest.java 119 fp.getEndIndex() == sb.lastIndexOf("/") + 3);
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 194 //char[] dst = new char[pos.getEndIndex() - pos.getBeginIndex()];
196 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst);
201 pos.getEndIndex());
720 logln("endIndex = " + fp.getEndIndex());
721 if (fp.getBeginIndex() == fp.getEndIndex())
    [all...]
numfmtst.cpp     [all...]
dtfmttst.cpp 419 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field);
436 buf.extractBetween(fp.getBeginIndex(), fp.getEndIndex(), field);
    [all...]
numrgts.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 306 int lastCallIndex = mTrace.getFrame(frame).getEndIndex() - 1;
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java 63 position.getEndIndex() == result.length());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 358 mCallEndIndex = f.getEndIndex();
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 576 milliseconds

12 3