Searched refs:ISSPACE (Results 1 – 14 of 14) sorted by relevance
196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro200 # define ISSPACE(Ch) iswspace (Ch) macro209 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro213 # define ISSPACE(Ch) isspace (Ch) macro290 while (ISSPACE (*s)) in INTERNAL()
98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
105 while (p < pe && ISSPACE (*p))
111 while (p < pe && ISSPACE (*p))
40 while (*pp < end && ISSPACE (**pp)) in parse_space()
550 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
589 static inline bool ISSPACE (unsigned char c) in ISSPACE() function
382 #define ISSPACE(c) isspace((int)(unsigned char)(c)) macro2817 while (ISSPACE(*ips) || *ips == ',' || *ips == '\t') in evdns_nameserver_ip_add_line()
27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') macro