Lines Matching full:startindex
1635 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) {1650 if (startIndex == -1)1660 if (startIndex != -1) {1661 if (startIndex < fActiveStart || startIndex > fActiveLimit) {1664 fMatchEnd = startIndex;