Searched refs:MarkByteRange (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/re2/re2/ |
D | compile.cc | 399 prog_->MarkByteRange(lo, hi); in ByteRange() 406 prog_->MarkByteRange(lo + 'A' - 'a', hi + 'A' - 'a'); in ByteRange() 436 prog_->MarkByteRange('\n', '\n'); in EmptyWidth() 442 prog_->MarkByteRange(i, j-1); in EmptyWidth()
|
D | prog.h | 227 void MarkByteRange(int lo, int hi);
|
D | prog.cc | 297 void Prog::MarkByteRange(int lo, int hi) { in MarkByteRange() function in re2::Prog
|
/external/regex-re2/re2/ |
D | compile.cc | 398 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()
|
D | prog.h | 227 void MarkByteRange(int lo, int hi);
|
D | prog.cc | 297 void Prog::MarkByteRange(int lo, int hi) { in MarkByteRange() function in re2::Prog
|