関数 | |
bool | isASCIIAlpha (char c) |
bool | isASCIIAlpha (unsigned short c) |
bool | isASCIIAlpha (int c) |
bool | isASCIIAlphanumeric (char c) |
bool | isASCIIAlphanumeric (unsigned short c) |
bool | isASCIIAlphanumeric (int c) |
bool | isASCIIDigit (char c) |
bool | isASCIIDigit (unsigned short c) |
bool | isASCIIDigit (int c) |
bool | isASCIIHexDigit (char c) |
bool | isASCIIHexDigit (unsigned short c) |
bool | isASCIIHexDigit (int c) |
bool | isASCIILower (char c) |
bool | isASCIILower (unsigned short c) |
bool | isASCIILower (int c) |
bool | isASCIIUpper (char c) |
bool | isASCIIUpper (unsigned short c) |
bool | isASCIIUpper (int c) |
bool | isASCIISpace (char c) |
bool | isASCIISpace (unsigned short c) |
bool | isASCIISpace (int c) |
char | toASCIILower (char c) |
unsigned short | toASCIILower (unsigned short c) |
int | toASCIILower (int c) |
char | toASCIIUpper (char c) |
unsigned short | toASCIIUpper (unsigned short c) |
int | toASCIIUpper (int c) |
int | toASCIIHexValue (char c) |
int | toASCIIHexValue (unsigned short c) |
int | toASCIIHexValue (int c) |
bool isASCIIAlpha | ( | char | c | ) | [inline] |
ASCIICType.h の 42 行で定義されています。
bool isASCIIAlpha | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 43 行で定義されています。
bool isASCIIAlpha | ( | int | c | ) | [inline] |
ASCIICType.h の 44 行で定義されています。
bool isASCIIAlphanumeric | ( | char | c | ) | [inline] |
ASCIICType.h の 46 行で定義されています。
bool isASCIIAlphanumeric | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 47 行で定義されています。
bool isASCIIAlphanumeric | ( | int | c | ) | [inline] |
ASCIICType.h の 48 行で定義されています。
bool isASCIIDigit | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 51 行で定義されています。
bool isASCIIDigit | ( | int | c | ) | [inline] |
ASCIICType.h の 52 行で定義されています。
bool isASCIIDigit | ( | char | c | ) | [inline] |
ASCIICType.h の 50 行で定義されています。
参照元 checkEscape(), isCountedRepeat(), match(), と readRepeatCounts().
bool isASCIIHexDigit | ( | char | c | ) | [inline] |
ASCIICType.h の 54 行で定義されています。
参照元 checkEscape(), と toASCIIHexValue().
bool isASCIIHexDigit | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 55 行で定義されています。
bool isASCIIHexDigit | ( | int | c | ) | [inline] |
ASCIICType.h の 56 行で定義されています。
bool isASCIILower | ( | char | c | ) | [inline] |
ASCIICType.h の 58 行で定義されています。
bool isASCIILower | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 59 行で定義されています。
bool isASCIILower | ( | int | c | ) | [inline] |
ASCIICType.h の 60 行で定義されています。
bool isASCIISpace | ( | char | c | ) | [inline] |
ASCIICType.h の 79 行で定義されています。
bool isASCIISpace | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 80 行で定義されています。
bool isASCIISpace | ( | int | c | ) | [inline] |
ASCIICType.h の 81 行で定義されています。
bool isASCIIUpper | ( | char | c | ) | [inline] |
ASCIICType.h の 62 行で定義されています。
bool isASCIIUpper | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 63 行で定義されています。
bool isASCIIUpper | ( | int | c | ) | [inline] |
ASCIICType.h の 64 行で定義されています。
int toASCIIHexValue | ( | int | c | ) | [inline] |
ASCIICType.h の 93 行で定義されています。
参照先 ASSERT, と isASCIIHexDigit().
int toASCIIHexValue | ( | char | c | ) | [inline] |
ASCIICType.h の 91 行で定義されています。
参照先 ASSERT, と isASCIIHexDigit().
int toASCIIHexValue | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 92 行で定義されています。
参照先 ASSERT, と isASCIIHexDigit().
char toASCIILower | ( | char | c | ) | [inline] |
ASCIICType.h の 83 行で定義されています。
unsigned short toASCIILower | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 84 行で定義されています。
int toASCIILower | ( | int | c | ) | [inline] |
ASCIICType.h の 85 行で定義されています。
char toASCIIUpper | ( | char | c | ) | [inline] |
ASCIICType.h の 87 行で定義されています。
参照元 checkEscape().
unsigned short toASCIIUpper | ( | unsigned short | c | ) | [inline] |
ASCIICType.h の 88 行で定義されています。
int toASCIIUpper | ( | int | c | ) | [inline] |
ASCIICType.h の 89 行で定義されています。