Home
last modified time | relevance | path

Searched defs:boyer_moore (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/xpressive/detail/utility/
Dboyer_moore.hpp38 struct boyer_moore struct
41 typedef typename iterator_value<BidiIter>::type char_type;
42 typedef Traits traits_type;
43 typedef has_fold_case<Traits> case_fold;
44 typedef typename Traits::string_type string_type;
48 boyer_moore(char_type const *begin, char_type const *end, Traits const &tr, bool icase) in boyer_moore() function
67 BidiIter find(BidiIter begin, BidiIter end, Traits const &tr) const in find()
74 void init_(Traits const &tr, mpl::false_) in init_()
82 void init_(Traits const &tr, mpl::true_) in init_()
98 BidiIter find_(BidiIter begin, BidiIter end, Traits const &tr) const in find_()
[all …]
/third_party/boost/boost/algorithm/searching/
Dboyer_moore.hpp57 class boyer_moore { class
60 boyer_moore ( patIter first, patIter last ) in boyer_moore() function in boost::algorithm::boyer_moore