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

/external/chromium_org/v8/src/
H A Djsregexp.cc124 const int kMaxLookaheadForBoyerMoore = 8; member in namespace:v8::internal
133 int length = Min(kMaxLookaheadForBoyerMoore, pattern->length());
3054 Min(kMaxLookaheadForBoyerMoore, EatsAtLeast(kMaxLookaheadForBoyerMoore,
4084 eats_at_least = Min(kMaxLookaheadForBoyerMoore,
4085 EatsAtLeast(kMaxLookaheadForBoyerMoore,

Completed in 227 milliseconds