Lines Matching refs:BoyerMooreLookahead
20 class BoyerMooreLookahead; variable
503 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
528 void SaveBMInfo(BoyerMooreLookahead* bm, bool not_at_start, int offset) { in SaveBMInfo()
545 BoyerMooreLookahead* bm_info(bool not_at_start) { in bm_info()
557 void set_bm_info(bool not_at_start, BoyerMooreLookahead* bm) { in set_bm_info()
572 BoyerMooreLookahead* bm_info_[2];
586 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
639 BoyerMooreLookahead* bm, bool not_at_start);
707 BoyerMooreLookahead* bm, bool not_at_start);
766 BoyerMooreLookahead* bm, bool not_at_start);
804 BoyerMooreLookahead* bm, bool not_at_start);
831 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
924 BoyerMooreLookahead* bm, bool not_at_start);
992 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
1026 BoyerMooreLookahead* bm, bool not_at_start);
1130 class BoyerMooreLookahead : public ZoneObject {
1132 BoyerMooreLookahead(int length, RegExpCompiler* compiler, Zone* zone);