4 #ifndef RUDIMENTS_WCHARACTER_H
5 #define RUDIMENTS_WCHARACTER_H
7 #include <rudiments/private/wcharacterincludes.h>
89 static bool inSet(
wchar_t c,
const wchar_t *set);
Definition: wcharacter.h:11
static bool isControlCharacter(int32_t c)
static bool isUpperCaseExtended(int32_t c)
static bool isPrintableNonSpace(int32_t c)
static bool isLowerCaseExtended(int32_t c)
static bool isAlphabeticalExtended(int32_t c)
static bool isPrintable(int32_t c)
static bool isPunctuation(int32_t c)
static bool isAlphabetical(int32_t c)
static bool isUpperCase(int32_t c)
static int32_t toUpperCase(int32_t c)
static bool isAscii(int32_t c)
static bool isBlank(int32_t c)
static int32_t toLowerCase(int32_t c)
static int32_t toAscii(int32_t c)
static bool isLowerCase(int32_t c)
static bool isDigit(int32_t c)
static wchar_t duplicate(char c)
static bool inSet(wchar_t c, const wchar_t *set)
static bool isWhitespace(int32_t c)
static bool isAlphanumeric(int32_t c)
static bool isHexDigit(int32_t c)