Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 7 of 7) 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()
539 while (is_digit(ch)) { in __find_arguments()
Dscanf_common.h85 #define is_digit(c) (static_cast<unsigned>(to_digit(c)) <= 9) macro
Dvfprintf.cpp226 while (is_digit(ch)) { in FUNCTION_NAME()
264 } while (is_digit(ch)); in FUNCTION_NAME()
550 while (is_digit(ch)) { in FUNCTION_NAME()
Dvfwprintf.cpp229 while (is_digit(ch)) { in FUNCTION_NAME()
267 } while (is_digit(ch)); in FUNCTION_NAME()
528 while (is_digit(ch)) { in FUNCTION_NAME()
Dvfwscanf.cpp231 while (is_digit(c)) { in __vfwscanf()
Dvfscanf.cpp186 while (is_digit(c)) { in __svfscanf()
/bionic/libc/tzcode/
Dlocaltime.c860 is_digit(char c) in is_digit() function
876 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' && in getzname()
915 if (strp == NULL || !is_digit(c = *strp)) in getnum()
923 } while (is_digit(c)); in getnum()
1031 } else if (is_digit(*strp)) { in getrule()