Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 14 of 14) 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
290 while (ISSPACE (*s)) in INTERNAL()
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/external/harfbuzz_ng/src/
Dhb-buffer-deserialize-json.hh453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-text.rl105 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-json.rl111 while (p < pe && ISSPACE (*p))
Dhb-shape.cc40 while (*pp < end && ISSPACE (**pp)) in parse_space()
Dhb-private.hh550 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-buffer-deserialize-json.hh453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
Dhb-shape.cc40 while (*pp < end && ISSPACE (**pp)) in parse_space()
Dhb-private.hh589 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
/external/chromium_org/third_party/libevent/
Devdns.c382 #define ISSPACE(c) isspace((int)(unsigned char)(c)) macro
2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t') in evdns_nameserver_ip_add_line()
/external/qemu/disas/
Darm.c27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro