LLVM API Documentation

Locale.h
Go to the documentation of this file.
00001 #ifndef LLVM_SUPPORT_LOCALE_H
00002 #define LLVM_SUPPORT_LOCALE_H
00003 
00004 #include "llvm/ADT/StringRef.h"
00005 
00006 namespace llvm {
00007 namespace sys {
00008 namespace locale {
00009 
00010 int columnWidth(StringRef s);
00011 bool isPrint(int c);
00012 
00013 }
00014 }
00015 }
00016 
00017 #endif // LLVM_SUPPORT_LOCALE_H