Searched defs:is_digit (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tzcode/ | ||
D | private.h | 159 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro |
/bionic/libc/stdio/ | ||
D | printf_common.h | 118 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro |