関数

src/third_party/jscre/ASCIICType.h

ソースコードを見る。

関数

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.h42 行で定義されています。

bool isASCIIAlpha ( unsigned short  c  )  [inline]

ASCIICType.h43 行で定義されています。

bool isASCIIAlpha ( int  c  )  [inline]

ASCIICType.h44 行で定義されています。

bool isASCIIAlphanumeric ( char  c  )  [inline]

ASCIICType.h46 行で定義されています。

bool isASCIIAlphanumeric ( unsigned short  c  )  [inline]

ASCIICType.h47 行で定義されています。

bool isASCIIAlphanumeric ( int  c  )  [inline]

ASCIICType.h48 行で定義されています。

bool isASCIIDigit ( unsigned short  c  )  [inline]

ASCIICType.h51 行で定義されています。

bool isASCIIDigit ( int  c  )  [inline]

ASCIICType.h52 行で定義されています。

bool isASCIIDigit ( char  c  )  [inline]

ASCIICType.h50 行で定義されています。

参照元 checkEscape(), isCountedRepeat(), match(), と readRepeatCounts().

bool isASCIIHexDigit ( char  c  )  [inline]

ASCIICType.h54 行で定義されています。

参照元 checkEscape(), と toASCIIHexValue().

bool isASCIIHexDigit ( unsigned short  c  )  [inline]

ASCIICType.h55 行で定義されています。

bool isASCIIHexDigit ( int  c  )  [inline]

ASCIICType.h56 行で定義されています。

bool isASCIILower ( char  c  )  [inline]

ASCIICType.h58 行で定義されています。

bool isASCIILower ( unsigned short  c  )  [inline]

ASCIICType.h59 行で定義されています。

bool isASCIILower ( int  c  )  [inline]

ASCIICType.h60 行で定義されています。

bool isASCIISpace ( char  c  )  [inline]

ASCIICType.h79 行で定義されています。

bool isASCIISpace ( unsigned short  c  )  [inline]

ASCIICType.h80 行で定義されています。

bool isASCIISpace ( int  c  )  [inline]

ASCIICType.h81 行で定義されています。

bool isASCIIUpper ( char  c  )  [inline]

ASCIICType.h62 行で定義されています。

bool isASCIIUpper ( unsigned short  c  )  [inline]

ASCIICType.h63 行で定義されています。

bool isASCIIUpper ( int  c  )  [inline]

ASCIICType.h64 行で定義されています。

int toASCIIHexValue ( int  c  )  [inline]

ASCIICType.h93 行で定義されています。

参照先 ASSERT, と isASCIIHexDigit().

int toASCIIHexValue ( char  c  )  [inline]

ASCIICType.h91 行で定義されています。

参照先 ASSERT, と isASCIIHexDigit().

int toASCIIHexValue ( unsigned short  c  )  [inline]

ASCIICType.h92 行で定義されています。

参照先 ASSERT, と isASCIIHexDigit().

char toASCIILower ( char  c  )  [inline]

ASCIICType.h83 行で定義されています。

unsigned short toASCIILower ( unsigned short  c  )  [inline]

ASCIICType.h84 行で定義されています。

int toASCIILower ( int  c  )  [inline]

ASCIICType.h85 行で定義されています。

char toASCIIUpper ( char  c  )  [inline]

ASCIICType.h87 行で定義されています。

参照元 checkEscape().

unsigned short toASCIIUpper ( unsigned short  c  )  [inline]

ASCIICType.h88 行で定義されています。

int toASCIIUpper ( int  c  )  [inline]

ASCIICType.h89 行で定義されています。

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義