// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "inline_autocompletion_util.h" size_t FindAtWordbreak(const std::u16string& text, const std::u16string& search, size_t search_start) { … }