Searched defs:is_digit (Results 1 - 2 of 2) sorted by relevance
/system/core/sh/ | ||
H A D | syntax.h | 72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro |
/system/core/libcutils/ | ||
H A D | private.h | 125 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro |
Completed in 47 milliseconds