Searched defs:IsSpace (Results 1 – 4 of 4) sorted by relevance
413 INLINE bool IsSpace(int c) { in IsSpace() function
417 INLINE bool IsSpace(int c) { in IsSpace() function
470 inline bool IsSpace(int c) { in IsSpace() function
241 #define IsSpace(X) isspace((unsigned char)X) macro