Searched refs:InitByteRange (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/re2/ |
D | prog.h | 90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
|
D | prog.cc | 23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { in InitByteRange() function in re2::Prog::Inst
|
D | compile.cc | 396 inst_[id].InitByteRange(lo, hi, foldcase, 0); in ByteRange()
|
/external/chromium_org/third_party/re2/re2/ |
D | prog.h | 90 void InitByteRange(int lo, int hi, int foldcase, uint32 out);
|
D | prog.cc | 23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { in InitByteRange() function in re2::Prog::Inst
|
D | compile.cc | 397 inst_[id].InitByteRange(lo, hi, foldcase, 0); in ByteRange()
|