llvm/llvm/unittests/Support/UnicodeTest.cpp

//===- unittests/Support/UnicodeTest.cpp - Unicode.h tests ----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/Support/Unicode.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/edit_distance.h"
#include "llvm/Support/ConvertUTF.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace llvm {
namespace sys {
namespace unicode {
namespace {

TEST(Unicode, columnWidthUTF8) {}

TEST(Unicode, isPrintable) {}

TEST(Unicode, nameToCodepointStrict) {}

TEST(Unicode, nameToCodepointLoose) {}

} // namespace

bool operator==(MatchForCodepointName a, MatchForCodepointName b) {}

namespace {

TEST(Unicode, nearestMatchesForCodepointName) {}

} // namespace
} // namespace unicode
} // namespace sys
} // namespace llvm