Searched defs:is_digit0 (Results 1 – 2 of 2) sorted by relevance
28 bool is_digit0(char c) const { return c >= '1' && c <= '9'; } in is_digit0() function
28 bool is_digit0(wchar_t c) const { return c >= L'1' && c <= L'9'; } in is_digit0() function