// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string.h> #include "base/numerics/safe_math.h" #include "third_party/hunspell/google/bdict.h" // static bool hunspell::BDict::Verify(base::span<const uint8_t> bdict) { … }