Home | History | Annotate | Download | only in wtf

Lines Matching refs:CharType

46 template<typename CharType> inline bool isASCII(CharType c)
51 template<typename CharType> inline bool isASCIIAlpha(CharType c)
56 template<typename CharType> inline bool isASCIIDigit(CharType c)
61 template<typename CharType> inline bool isASCIIAlphanumeric(CharType c)
66 template<typename CharType> inline bool isASCIIHexDigit(CharType c)
71 template<typename CharType> inline bool isASCIILower(CharType c)
76 template<typename CharType> inline bool isASCIIOctalDigit(CharType c)
81 template<typename CharType> inline bool isASCIIPrintable(CharType c)
99 template<typename CharType> inline bool isASCIISpace(CharType c)
104 template<typename CharType> inline bool isASCIIUpper(CharType c)
109 template<typename CharType> inline CharType toASCIILower(CharType c)
119 template<typename CharType> inline CharType toASCIILowerUnchecked(CharType character)
129 template<typename CharType> inline CharType toASCIIUpper(CharType c)
134 template<typename CharType> inline int toASCIIHexValue(CharType c)
140 template<typename CharType> inline int toASCIIHexValue(CharType upperValue, CharType lowerValue)
158 template<typename CharType> inline bool isASCIIAlphaCaselessEqual(CharType cssCharacter, char character)