Searched defs:IsAsciiWhiteSpace (Results 1 – 3 of 3) sorted by relevance
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace() function