[go: nahoru, domu]

blob: 85862b527ee886aa6946602258879e551040b942 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_
#define CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_
#include <string>
#include "ui/gfx/range/range.h"
namespace ash::input_method {
size_t NonWhitespaceAndSymbolsLength(const std::u16string& text,
gfx::Range selection_range);
} // namespace ash::input_method
#endif // CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_