Home
last modified time | relevance | path

Searched defs:ISDIGIT (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dcurl_ctype.h43 #define ISDIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
/external/python/cpython2/Include/
Dbytes_methods.h42 #define ISDIGIT(c) Py_ISDIGIT(c) macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h276 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
/external/fastrpc/src/
Dstd_strlprintf.c41 #define ISDIGIT(c) ( (c) >= '0' && (c) <= '9') macro
/external/icu/icu4c/source/io/
Duprntf_p.cpp1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
Duscanf_p.cpp60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
/external/cronet/third_party/icu/source/io/
Duprntf_p.cpp1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
Duscanf_p.cpp60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
/external/cronet/third_party/libevent/
Devdns.c394 #define ISDIGIT(c) isdigit((int)(unsigned char)(c)) macro