Home | History | Annotate | Download | only in regexp

Lines Matching refs:BoyerMooreLookahead

21 class BoyerMooreLookahead;
537 BoyerMooreLookahead* bm, bool not_at_start) {
562 void SaveBMInfo(BoyerMooreLookahead* bm, bool not_at_start, int offset) {
579 BoyerMooreLookahead* bm_info(bool not_at_start) {
591 void set_bm_info(bool not_at_start, BoyerMooreLookahead* bm) {
606 BoyerMooreLookahead* bm_info_[2];
620 BoyerMooreLookahead* bm, bool not_at_start) {
673 BoyerMooreLookahead* bm, bool not_at_start);
752 BoyerMooreLookahead* bm, bool not_at_start);
811 BoyerMooreLookahead* bm, bool not_at_start);
849 BoyerMooreLookahead* bm, bool not_at_start);
875 BoyerMooreLookahead* bm, bool not_at_start) {
968 BoyerMooreLookahead* bm, bool not_at_start);
1036 BoyerMooreLookahead* bm, bool not_at_start) {
1070 BoyerMooreLookahead* bm, bool not_at_start);
1174 class BoyerMooreLookahead : public ZoneObject {
1176 BoyerMooreLookahead(int length, RegExpCompiler* compiler, Zone* zone);