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

/external/icu4c/test/intltest/
H A Drbbitst.cpp3683 int32_t numEndIdx = fNumberMatcher->end(status); // idx of first char following num local
3684 if (numEndIdx > pos) {
3686 if (numEndIdx > nextPos) {
3690 pos = nextPos = numEndIdx;

Completed in 42 milliseconds