Home
last modified time | relevance | path

Searched refs:uchar_max (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/xpressive/detail/utility/
Dboyer_moore.hpp58 std::ptrdiff_t const uchar_max = UCHAR_MAX; in boyer_moore() local
60 this->length_ = static_cast<unsigned char>((std::min)(diff, uchar_max)); in boyer_moore()
61 std::fill_n(static_cast<unsigned char *>(this->offsets_), uchar_max + 1, this->length_); in boyer_moore()