Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dstring-search.h84 static inline int AlphabetSize() { in AlphabetSize() function in v8::internal::StringSearch
475 int table_size = AlphabetSize(); in PopulateBoyerMooreHorspoolTable()
485 int bucket = (sizeof(PatternChar) == 1) ? c : c % AlphabetSize(); in PopulateBoyerMooreHorspoolTable()
/third_party/node/src/
H A Dstring_search.h128 static inline int AlphabetSize() { in AlphabetSize() function in node::stringsearch::StringSearch
516 const size_t table_size = AlphabetSize(); in PopulateBoyerMooreHorspoolTable()
527 int bucket = (sizeof(Char) == 1) ? c : c % AlphabetSize(); in PopulateBoyerMooreHorspoolTable()

Completed in 3 milliseconds