LLVM  8.0.1
Namespaces | Enumerations | Functions
Unicode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 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)
 Determines if a character is likely to be displayed correctly on the terminal. More...
 
int llvm::sys::unicode::columnWidthUTF8 (StringRef Text)
 Gets the number of positions the UTF8-encoded Text is likely to occupy when output on a terminal ("character width"). More...
 
int llvm::sys::unicode::foldCharSimple (int C)
 Fold input unicode character according the Simple unicode case folding rules. More...