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

  /external/regex-re2/re2/testing/
compile_test.cc 166 EXPECT_EQ(prog->bytemap()[j], i) << " byte " << j;
  /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 334 int ByteMap(int c) {
337 return prog_->bytemap()[c];
1330 const uint8* bytemap = prog_->bytemap(); local
    [all...]

Completed in 52 milliseconds