Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1151 int numEndIdx = matchVals[1]; // idx of first char following num in next() local
1152 if (numEndIdx > pos) { in next()
1154 if (numEndIdx > nextPos) { in next()
1158 nextPos = numEndIdx; in next()
1159 pos = numEndIdx; in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1150 int numEndIdx = matchVals[1]; // idx of first char following num in next() local
1151 if (numEndIdx > pos) { in next()
1153 if (numEndIdx > nextPos) { in next()
1157 nextPos = numEndIdx; in next()
1158 pos = numEndIdx; in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3543 int32_t numEndIdx = fNumberMatcher->end(status); // idx of first char following num in next() local
3544 if (numEndIdx > pos) { in next()
3546 if (numEndIdx > nextPos) { in next()
3550 pos = nextPos = numEndIdx; in next()