Searched defs:IsBlank (Results 1 – 2 of 2) sorted by relevance
97 bool IsBlank() const { return FirstNonBlank() == ' '; } in IsBlank() function
29 static bool IsBlank(char C) { in IsBlank() function