// 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 "ui/base/ime/utf_offset.h" #include <optional> #include <string> #include "base/logging.h" #include "testing/gtest/include/gtest/gtest.h" namespace ui { namespace { TEST(UtfOffsetTest, Utf16OffsetFromUtf8Offset) { … } TEST(UtfOffsetTest, Utf8OffsetFromUtf16Offset) { … } } // namespace } // namespace ui