#include <Character.h>
◆ digit()
static char keyple::common::Character::digit |
( |
char |
ch, |
|
|
int |
radix |
|
) |
| |
|
inlinestatic |
◆ isWhitespace() [1/2]
static bool keyple::common::Character::isWhitespace |
( |
char |
c | ) |
|
|
inlinestatic |
◆ isWhitespace() [2/2]
static bool keyple::common::Character::isWhitespace |
( |
int |
codePoint | ) |
|
|
inlinestatic |
Returns true if the given code point is a Unicode whitespace character. The exact set of characters considered as whitespace varies with Unicode version. Note that non-breaking spaces are not considered whitespace. Note also that line separators are considered whitespace; see isSpaceChar() for an alternative.
The documentation for this class was generated from the following file: