Searched refs:groupStarts (Results 1 – 1 of 1) sorted by relevance
3361 UVector groupStarts(status); in regex_find() local3529 set(groupStarts, deTaggedInput.length(), groupNum); in regex_find()3535 if (groupStarts.size() != groupEnds.size()) { in regex_find()3586 for (i=0; i<groupStarts.size(); i++) { in regex_find()3587 int32_t start = groupStarts.elementAti(i); in regex_find()3675 if (isMatch == FALSE && groupStarts.size() != 0) { in regex_find()3679 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()3684 if (isMatch && groupStarts.size() == 0) { in regex_find()3688 if (UTF8Matcher && isUTF8Match && groupStarts.size() == 0) { in regex_find()3700 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find()[all …]