Searched refs:ISSPACE (Results 1 - 15 of 15) 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/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.rl111 while (p < pe && ISSPACE (*p))
H A Dhb-buffer-deserialize-text.rl105 while (p < pe && ISSPACE (*p))
H A Dhb-buffer-deserialize-json.hh453 while (p < pe && ISSPACE (*p))
H A Dhb-buffer-deserialize-text.hh330 while (p < pe && ISSPACE (*p))
H A Dhb-shape.cc41 while (*pp < end && (c = **pp, ISSPACE (c)))
H A Dhb-private.hh531 static inline bool ISSPACE (unsigned char c) function
/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-buffer-deserialize-json.hh453 while (p < pe && ISSPACE (*p))
H A Dhb-buffer-deserialize-text.hh330 while (p < pe && ISSPACE (*p))
H A Dhb-shape.cc41 while (*pp < end && (c = **pp, ISSPACE (c)))
H A Dhb-private.hh531 static inline bool ISSPACE (unsigned char c) function
/external/chromium/third_party/libevent/
H A Devdns.c382 #define ISSPACE(c) isspace((int)(unsigned char)(c)) macro
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t')
/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')
/external/qemu/
H A Darm-dis.c27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro

Completed in 325 milliseconds