Home | History | Annotate | Download | only in i18n

Lines Matching refs:startIndex

509                int32_t            startIndex,
511 return uregex_matches64( regexp2, (int64_t)startIndex, status);
516 int64_t startIndex,
523 if (startIndex == -1) {
526 result = regexp->fMatcher->matches(startIndex, *status);
539 int32_t startIndex,
541 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status);
546 int64_t startIndex,
553 if (startIndex == -1) {
556 result = regexp->fMatcher->lookingAt(startIndex, *status);
570 int32_t startIndex,
572 return uregex_find64( regexp2, (int64_t)startIndex, status);
577 int64_t startIndex,
584 if (startIndex == -1) {
588 result = regexp->fMatcher->find(startIndex, *status);
860 int64_t startIndex,
866 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status);