Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3328 UVector groupStarts(status); in regex_find() local
3492 set(groupStarts, deTaggedInput.length(), groupNum); in regex_find()
3497 REGEX_ASSERT_L(groupStarts.size() == groupEnds.size(), line); in regex_find()
3544 for (i=0; i<groupStarts.size(); i++) { in regex_find()
3545 int32_t start = groupStarts.elementAti(i); in regex_find()
3633 if (isMatch == FALSE && groupStarts.size() != 0) { in regex_find()
3637 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()
3642 if (isMatch && groupStarts.size() == 0) { in regex_find()
3646 if (UTF8Matcher && isUTF8Match && groupStarts.size() == 0) { in regex_find()
3658 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find()
[all …]