|
LLVM
3.7.0
|
#include "llvm/Support/Unicode.h"#include "llvm/Support/ConvertUTF.h"#include "llvm/Support/UnicodeCharRanges.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::sys | |
| llvm::sys::unicode | |
Functions | |
| bool | llvm::sys::unicode::isPrintable (int UCS) |
| Determines if a character is likely to be displayed correctly on the terminal. More... | |
| static int | llvm::sys::unicode::charWidth (int UCS) |
| Gets the number of positions a character is likely to occupy when output on a terminal ("character width"). 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... | |
1.8.6