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.java928 int numEndIdx = matchVals[1]; // idx of first char following num in next() local
929 if (numEndIdx > pos) { in next()
931 if (numEndIdx > nextPos) { in next()
935 nextPos = numEndIdx; in next()
936 pos = numEndIdx; in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java931 int numEndIdx = matchVals[1]; // idx of first char following num in next() local
932 if (numEndIdx > pos) { in next()
934 if (numEndIdx > nextPos) { in next()
938 nextPos = numEndIdx; in next()
939 pos = numEndIdx; in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2884 int32_t numEndIdx = fNumberMatcher->end(status); // idx of first char following num in next() local
2885 if (numEndIdx > pos) { in next()
2887 if (numEndIdx > nextPos) { in next()
2891 pos = nextPos = numEndIdx; in next()