Home
last modified time | relevance | path

Searched refs:numEndIdx (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java988 int numEndIdx = matchVals[1]; // idx of first char following num in next() local
989 if (numEndIdx > pos) { in next()
991 if (numEndIdx > nextPos) { in next()
995 nextPos = numEndIdx; in next()
996 pos = numEndIdx; in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java992 int numEndIdx = matchVals[1]; // idx of first char following num in next() local
993 if (numEndIdx > pos) { in next()
995 if (numEndIdx > nextPos) { in next()
999 nextPos = numEndIdx; in next()
1000 pos = numEndIdx; in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3424 int32_t numEndIdx = fNumberMatcher->end(status); // idx of first char following num in next() local
3425 if (numEndIdx > pos) { in next()
3427 if (numEndIdx > nextPos) { in next()
3431 pos = nextPos = numEndIdx; in next()