Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dstring-search.h158 int* bad_char_table() { return isolate_->bad_char_shift_table(); } in bad_char_table() function in v8::internal::StringSearch
305 int* bad_char_occurence = search->bad_char_table(); in BoyerMooreSearch()
421 int* char_occurrences = search->bad_char_table(); in BoyerMooreHorspoolSearch()
468 int* bad_char_occurrence = bad_char_table(); in PopulateBoyerMooreHorspoolTable()
472 // Run forwards to populate bad_char_table, so that *last* instance in PopulateBoyerMooreHorspoolTable()

Completed in 3 milliseconds