Home
last modified time | relevance | path

Searched refs:IsAsciiWhitespace (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.h278 inline bool IsAsciiWhitespace(Char c) { in IsAsciiWhitespace() function
/third_party/gn/src/gn/
Dcommand_args.cc46 while (i < line.size() && base::IsAsciiWhitespace(line[i])) in DoesLineBeginWithComment()