Searched defs:IsAsciiDigit (Results 1 – 13 of 13) sorted by relevance
76 bool IsAsciiDigit(char c) { return c >= '0' && c <= '9'; } in IsAsciiDigit() function
349 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
411 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
732 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
737 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
748 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
781 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
739 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
11109 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function