Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.h90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
Dprog.cc23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { in InitByteRange() function in re2::Prog::Inst
Dcompile.cc396 inst_[id].InitByteRange(lo, hi, foldcase, 0); in ByteRange()