Searched refs:IsAsciiWhitespace (Results 1 – 2 of 2) sorted by relevance
278 inline bool IsAsciiWhitespace(Char c) { in IsAsciiWhitespace() function
46 while (i < line.size() && base::IsAsciiWhitespace(line[i])) in DoesLineBeginWithComment()