Home | History | Annotate | Download | only in i18n

Lines Matching full:startindex

1608 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) {
1623 if (startIndex == -1)
1633 if (startIndex != -1) {
1634 if (startIndex < fActiveStart || startIndex > fActiveLimit) {
1637 fMatchEnd = startIndex;