Home
last modified time | relevance | path

Searched refs:MarkByteRange (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/re2/
Dcompile.cc398 prog_->MarkByteRange(lo, hi); in ByteRange()
405 prog_->MarkByteRange(lo + 'A' - 'a', hi + 'A' - 'a'); in ByteRange()
435 prog_->MarkByteRange('\n', '\n'); in EmptyWidth()
441 prog_->MarkByteRange(i, j-1); in EmptyWidth()
Dprog.h227 void MarkByteRange(int lo, int hi);
Dprog.cc297 void Prog::MarkByteRange(int lo, int hi) { in MarkByteRange() function in re2::Prog