Home | History | Annotate | Download | only in re2

Lines Matching full:endpos

527                 int endpos,
537 if (startpos < 0 || startpos > endpos || endpos > text.size()) {
539 LOG(ERROR) << "RE2: invalid startpos, endpos pair.";
545 subtext.remove_suffix(text.size() - endpos);