Searched refs:bytemap (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Donepass.cc133 // by the bytemap_[] of the next input byte. (The bytemap
247 uint8* bytemap = bytemap_; local
256 int c = bytemap[*p & 0xFF];
H A Dprog.h217 const uint8* bytemap() { return bytemap_; } function in class:re2::Prog
H A Ddfa.cc310 return prog_->bytemap()[c];
1235 // 'a', 'b' to 'c', and 'c' to 0xFF. The bytemap slows us a little bit
1291 const uint8* bytemap = prog_->bytemap(); local
1335 // s->next_[bytemap[c]] simultaneously.
1349 // Okay to use bytemap[] not ByteMap() here, because
1353 State* ns = s->next_[bytemap[c]];

Completed in 48 milliseconds