LLVM 22.0.0git
Locale.cpp
Go to the documentation of this file.
4
5namespace llvm {
6namespace sys {
7namespace locale {
8
12
13bool isPrint(int UCS) {
15}
16
17} // namespace locale
18} // namespace sys
19} // namespace llvm
StringRef - Represent a constant reference to a string, i.e.
Definition StringRef.h:55
LLVM_ABI int columnWidth(StringRef s)
Definition Locale.cpp:9
LLVM_ABI bool isPrint(int c)
Definition Locale.cpp:13
LLVM_ABI int columnWidthUTF8(StringRef Text)
Gets the number of positions the UTF8-encoded Text is likely to occupy when output on a terminal ("ch...
Definition Unicode.cpp:481
LLVM_ABI bool isPrintable(int UCS)
Determines if a character is likely to be displayed correctly on the terminal.
Definition Unicode.cpp:27
This is an optimization pass for GlobalISel generic memory operations.