Searched refs:is_digit (Results 1 - 7 of 7) sorted by path

/system/core/libcutils/
H A Dprivate.h125 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
H A Dtztime.c644 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
686 if (strp == NULL || !is_digit(c = *strp))
694 } while (is_digit(c));
807 } else if (is_digit(*strp)) {
/system/core/sh/
H A Dexpand.c798 } else if (is_digit(*name)) {
894 if (is_digit(*name)) {
H A Dmystring.c129 if (! is_digit(*p))
H A Doutput.c336 while (is_digit(*f)) {
346 while (is_digit(*f)) {
H A Dparser.c623 if (is_digit(text[0]) && text[1] == '\0')
1140 && (*out == '\0' || is_digit(*out))) {
1298 } else if (is_digit(c)) {
1302 } while (is_digit(c));
H A Dsyntax.h72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) macro

Completed in 9825 milliseconds