Lines Matching full:startindex
1666 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) {1681 if (startIndex == -1)1691 if (startIndex != -1) {1692 if (startIndex < fActiveStart || startIndex > fActiveLimit) {1695 fMatchEnd = startIndex;