Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_ctype.h39 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
64 #define ISSPACE(x) (Curl_isspace((int) ((unsigned char)x))) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c627 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \ macro
/third_party/giflib/
Dgetarg.c124 #define ISSPACE(x) ((x) <= ' ') /* Not conventional - but works fine! */ macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h275 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh542 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
/third_party/glib/glib/
Dgstrfuncs.c1039 #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \ macro
/third_party/harfbuzz/src/
Dhb-algs.hh739 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh752 static inline bool ISSPACE (unsigned char c) in ISSPACE() function