LLVM 19.0.0git
Locale.cpp
Go to the documentation of this file.
4
5namespace llvm {
6namespace sys {
7namespace locale {
8
11}
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:50
int columnWidth(StringRef s)
Definition: Locale.cpp:9
bool isPrint(int c)
Definition: Locale.cpp:13
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
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.
Definition: AddressRanges.h:18