Searched refs:InitByteRange (Results 1 - 6 of 6) sorted by relevance

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

Completed in 184 milliseconds