Lines Matching full:startindex
512 int32_t startIndex,
514 return uregex_matches64( regexp2, (int64_t)startIndex, status);
519 int64_t startIndex,
526 if (startIndex == -1) {
529 result = regexp->fMatcher->matches(startIndex, *status);
542 int32_t startIndex,
544 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status);
549 int64_t startIndex,
556 if (startIndex == -1) {
559 result = regexp->fMatcher->lookingAt(startIndex, *status);
573 int32_t startIndex,
575 return uregex_find64( regexp2, (int64_t)startIndex, status);
580 int64_t startIndex,
587 if (startIndex == -1) {
591 result = regexp->fMatcher->find(startIndex, *status);
857 int64_t startIndex,
863 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status);