Go to the source code of this file.
static constexpr bool IsAlphaASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsAlphaNumericASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsASCII |
( |
const unsigned char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsASCII |
( |
const char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsDigitASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsLowerAlphaASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsPrintableASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsUpperAlphaASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsWhitespaceFast |
( |
const char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsWhitespaceNotNull |
( |
const char |
ch | ) |
|
|
inlinestatic |
static constexpr bool IsWhitespaceOrNull |
( |
const char |
ch | ) |
|
|
inlinestatic |
static constexpr char ToLowerASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
Convert the specified ASCII character (0x00..0x7f) to lower case.
Unlike tolower(), it ignores the system locale.
Definition at line 135 of file CharUtil.hxx.
static constexpr char ToUpperASCII |
( |
char |
ch | ) |
|
|
inlinestatic |
Convert the specified ASCII character (0x00..0x7f) to upper case.
Unlike toupper(), it ignores the system locale.
Definition at line 122 of file CharUtil.hxx.