Lines Matching refs:startIndex
512 int32_t startIndex,
519 if (startIndex == -1) {
522 result = regexp->fMatcher->matches(startIndex, *status);
536 startIndex,
543 if (startIndex == -1) {
546 result = regexp->fMatcher->lookingAt(startIndex, *status);
560 int32_t startIndex,
567 if (startIndex == -1) {
571 result = regexp->fMatcher->find(startIndex, *status);