Searched defs:numEndIdx (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp3543 int32_t numEndIdx = fNumberMatcher->end(status); // idx of first char following num local
3544 if (numEndIdx > pos) {
3546 if (numEndIdx > nextPos) {
3550 pos = nextPos = numEndIdx;

Completed in 105 milliseconds