Searched refs:InitByteRange (Results 1 – 3 of 3) sorted by relevance
90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { in InitByteRange() function in re2::Prog::Inst
396 inst_[id].InitByteRange(lo, hi, foldcase, 0); in ByteRange()