Home | History | Annotate | Download | only in i18n

Lines Matching full:startindex

1604 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) {
1619 if (startIndex == -1)
1629 if (startIndex != -1) {
1630 if (startIndex < fActiveStart || startIndex > fActiveLimit) {
1633 fMatchEnd = startIndex;