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

/external/bison/lib/
H A 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
290 while (ISSPACE (*s))
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh589 static inline bool ISSPACE (unsigned char c) function
/external/harfbuzz_ng/src/
H A Dhb-private.hh550 static inline bool ISSPACE (unsigned char c) function
/external/qemu/disas/
H A Darm.c27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro
/external/chromium_org/third_party/libevent/
H A Devdns.c382 #define ISSPACE(c) isspace((int)(unsigned char)(c)) macro
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t')

Completed in 241 milliseconds