HomeSort by relevance Sort by last modified time
    Searched refs:CollapseWhitespaceASCII (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/strings/
string_util.h 260 BASE_EXPORT std::string CollapseWhitespaceASCII(
string_util_unittest.cc 318 TEST(StringUtilTest, CollapseWhitespaceASCII) {
321 EXPECT_EQ(value.output, CollapseWhitespaceASCII(value.input, value.trim));
    [all...]
string_util.cc 470 std::string CollapseWhitespaceASCII(const std::string& text,
    [all...]
  /external/libchrome/base/
logging.cc 864 return base::CollapseWhitespaceASCII(msgbuf, true) +

Completed in 203 milliseconds