Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dprintf_common.h118 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
278 while (is_digit(*cp)) { \
369 while (is_digit(*cp)) { \ in __find_arguments()
419 while (is_digit(ch)) { in __find_arguments()
438 } while (is_digit(ch)); in __find_arguments()
Dvfwprintf.cpp213 while (is_digit(ch)) { in FUNCTION_NAME()
251 } while (is_digit(ch)); in FUNCTION_NAME()
Dvfprintf.cpp224 while (is_digit(ch)) { in FUNCTION_NAME()
262 } while (is_digit(ch)); in FUNCTION_NAME()
/bionic/libc/tzcode/
Dprivate.h159 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
Dlocaltime.c745 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()
783 if (strp == NULL || !is_digit(c = *strp)) in getnum()
791 } while (is_digit(c)); in getnum()
898 } else if (is_digit(*strp)) { in getrule()