Home
last modified time | relevance | path

Searched refs:CollapseWhitespaceASCII (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/
Dlogging.cc256 return base::CollapseWhitespaceASCII(msgbuf, true) + in SystemErrorCodeToString()
/third_party/gn/src/base/strings/
Dstring_util.h210 std::string CollapseWhitespaceASCII(const std::string& text,
Dstring_util.cc396 std::string CollapseWhitespaceASCII(const std::string& text, in CollapseWhitespaceASCII() function