Searched defs:is_digit (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dsyntax.h72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro
/system/core/libcutils/
H A Dprivate.h125 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro

Completed in 28 milliseconds