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

/external/chromium_org/third_party/re2/re2/testing/
H A Dcompile_test.cc166 EXPECT_EQ(prog->bytemap()[j], i) << " byte " << j;
/external/regex-re2/re2/testing/
H A Dcompile_test.cc166 EXPECT_EQ(prog->bytemap()[j], i) << " byte " << j;
/external/chromium_org/third_party/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.cc339 return prog_->bytemap()[c];
1276 // 'a', 'b' to 'c', and 'c' to 0xFF. The bytemap slows us a little bit
1332 const uint8* bytemap = prog_->bytemap(); local
1376 // s->next_[bytemap[c]] simultaneously.
1390 // Okay to use bytemap[] not ByteMap() here, because
1394 State* ns = s->next_[bytemap[c]];
/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.cc337 return prog_->bytemap()[c];
1274 // 'a', 'b' to 'c', and 'c' to 0xFF. The bytemap slows us a little bit
1330 const uint8* bytemap = prog_->bytemap(); local
1374 // s->next_[bytemap[c]] simultaneously.
1388 // Okay to use bytemap[] not ByteMap() here, because
1392 State* ns = s->next_[bytemap[c]];

Completed in 106 milliseconds