llvm/llvm/lib/Support/Locale.cpp

#include "llvm/Support/Locale.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Unicode.h"

namespace llvm {
namespace sys {
namespace locale {

int columnWidth(StringRef Text) {}

bool isPrint(int UCS) {}

} // namespace locale
} // namespace sys
} // namespace llvm