Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Dvfprintf.c138 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
282 while (is_digit(*cp)) { \ in __vfprintf()
407 while (is_digit(ch)) { in __vfprintf()
436 } while (is_digit(ch)); in __vfprintf()
920 while (is_digit(*cp)) { \ in __find_arguments()
986 while (is_digit(ch)) { in __find_arguments()
998 } while (is_digit(ch)); in __find_arguments()
/bionic/libc/tzcode/
Dprivate.h109 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
Dlocaltime.c660 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()
698 if (strp == NULL || !is_digit(c = *strp)) in getnum()
706 } while (is_digit(c)); in getnum()
813 } else if (is_digit(*strp)) { in getrule()