Searched refs:uchar_max (Results 1 – 1 of 1) sorted by relevance
58 std::ptrdiff_t const uchar_max = UCHAR_MAX; in boyer_moore() local60 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()