#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) { … }
}
bool operator==(MatchForCodepointName a, MatchForCodepointName b) { … }
namespace {
TEST(Unicode, nearestMatchesForCodepointName) { … }
}
}
}
}