Home | History | Annotate | Download | only in i18n

Lines Matching full:startindex

510                int32_t            startIndex,
512 return uregex_matches64( regexp2, (int64_t)startIndex, status);
517 int64_t startIndex,
524 if (startIndex == -1) {
527 result = regexp->fMatcher->matches(startIndex, *status);
540 int32_t startIndex,
542 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status);
547 int64_t startIndex,
554 if (startIndex == -1) {
557 result = regexp->fMatcher->lookingAt(startIndex, *status);
571 int32_t startIndex,
573 return uregex_find64( regexp2, (int64_t)startIndex, status);
578 int64_t startIndex,
585 if (startIndex == -1) {
589 result = regexp->fMatcher->find(startIndex, *status);
864 int64_t startIndex,
870 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status);