Lines Matching refs:Char
89 template <typename Char>
92 bool operator()(Char x, Char y) const {
267 template <typename Char>
268 inline bool IsAsciiWhitespace(Char c) {
271 template <typename Char>
272 inline bool IsAsciiAlpha(Char c) {
275 template <typename Char>
276 inline bool IsAsciiUpper(Char c) {
279 template <typename Char>
280 inline bool IsAsciiLower(Char c) {
283 template <typename Char>
284 inline bool IsAsciiDigit(Char c) {
288 template <typename Char>
289 inline bool IsHexDigit(Char c) {