HomeSort by relevance Sort by last modified time
    Searched refs:bytemap (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/re2/
onepass.cc 133 // by the bytemap_[] of the next input byte. (The bytemap
247 uint8* bytemap = bytemap_; local
256 int c = bytemap[*p & 0xFF];
prog.h 217 const uint8* bytemap() { return bytemap_; } function in class:re2::Prog
dfa.cc 307 int ByteMap(int c) {
310 return prog_->bytemap()[c];
1291 const uint8* bytemap = prog_->bytemap(); local
    [all...]

Completed in 53 milliseconds