Home
last modified time | relevance | path

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

/external/bison/lib/
Dstrtol.c196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro
200 # define ISSPACE(Ch) iswspace (Ch) macro
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro
213 # define ISSPACE(Ch) isspace (Ch) macro
/external/python/cpython2/Include/
Dbytes_methods.h45 #define ISSPACE(c) Py_ISSPACE(c) macro
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/external/c-ares/
Dsetup_once.h245 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
/external/curl/lib/
Dcurl_setup_once.h282 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
/external/harfbuzz_ng/src/
Dhb-private.hh591 static inline bool ISSPACE (unsigned char c) in ISSPACE() function