![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Go to the source code of this file.
Functions | |
boolean | isAlphaNumeric (int thisChar) __attribute__((always_inline)) |
boolean | isAlpha (int thisChar) __attribute__((always_inline)) |
boolean | isAscii (int thisChar) __attribute__((always_inline)) |
boolean | isWhitespace (int thisChar) __attribute__((always_inline)) |
boolean | isControl (int thisChar) __attribute__((always_inline)) |
boolean | isDigit (int thisChar) __attribute__((always_inline)) |
boolean | isGraph (int thisChar) __attribute__((always_inline)) |
boolean | isLowerCase (int thisChar) __attribute__((always_inline)) |
boolean | isPrintable (int thisChar) __attribute__((always_inline)) |
boolean | isPunct (int thisChar) __attribute__((always_inline)) |
boolean | isSpace (int thisChar) __attribute__((always_inline)) |
boolean | isUpperCase (int thisChar) __attribute__((always_inline)) |
boolean | isHexadecimalDigit (int thisChar) __attribute__((always_inline)) |
int | toAscii (int thisChar) __attribute__((always_inline)) |
int | toLowerCase (int thisChar) __attribute__((always_inline)) |
int | toUpperCase (int thisChar) __attribute__((always_inline)) |
int toAscii | ( | int | thisChar | ) |
int toLowerCase | ( | int | thisChar | ) |
int toUpperCase | ( | int | thisChar | ) |