Cross Reference: Locale.h
xref: /external/llvm/include/llvm/Support/Locale.h
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Download
  • only in Locale.h
Locale.h revision 674be02d525d4e24bc6943ed9274958c580bcfbc
1674be02d525d4e24bc6943ed9274958c580bcfbcJakub Staszak#ifndef LLVM_SUPPORT_LOCALE_H
2674be02d525d4e24bc6943ed9274958c580bcfbcJakub Staszak#define LLVM_SUPPORT_LOCALE_H
3fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell
4fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell#include "llvm/ADT/StringRef.h"
5fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell
6fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrellnamespace llvm {
7fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrellnamespace sys {
8fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrellnamespace locale {
9fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell
10fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrellint columnWidth(StringRef s);
11fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrellbool isPrint(int c);
12fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell
13fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell}
14fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell}
15fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell}
16fdc97cd2c332e5544bd99cefa4070329cc8bf668Seth Cantrell
17674be02d525d4e24bc6943ed9274958c580bcfbcJakub Staszak#endif // LLVM_SUPPORT_LOCALE_H
18

Indexes created Fri Mar 13 02:32:08 CET 2015