Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_ctype.h40 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
65 #define ISDIGIT(x) (Curl_isdigit((int) ((unsigned char)x))) macro
/third_party/gettext/gnulib-local/lib/
Dbackupfile.c62 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h276 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
/third_party/skia/third_party/externals/icu/source/io/
Duprntf_p.cpp1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
Duscanf_p.cpp60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
/third_party/flutter/skia/third_party/externals/icu/source/io/
Duprntf_p.cpp1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
Duscanf_p.cpp60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
/third_party/icu/icu4c/source/io/
Duprntf_p.cpp1041 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
Duscanf_p.cpp60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro