LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions
Unicode.h File Reference
#include "llvm/ADT/StringRef.h"
Include dependency graph for Unicode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::sys
 
 llvm::sys::unicode
 

Enumerations

enum  llvm::sys::unicode::ColumnWidthErrors { llvm::sys::unicode::ErrorInvalidUTF8 = -2, llvm::sys::unicode::ErrorNonPrintableCharacter = -1 }
 

Functions

bool llvm::sys::unicode::isPrintable (int UCS)
 
int llvm::sys::unicode::columnWidthUTF8 (StringRef Text)