Home
last modified time | relevance | path

Searched defs:ISSPACE (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dcurl_ctype.h45 #define ISSPACE(x) (ISBLANK(x) || (((x) >= 0xa) && ((x) <= 0x0d))) macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h268 #define ISSPACE(x) (isspace((int)((unsigned char)x))) macro
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh752 static inline bool ISSPACE (unsigned char c) in ISSPACE() function