Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util.cc425 bool trim_sequences_with_line_breaks) { in CollapseWhitespaceT() argument
442 if (trim_sequences_with_line_breaks && !already_trimmed && in CollapseWhitespaceT()
466 bool trim_sequences_with_line_breaks) { in CollapseWhitespace() argument
467 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks); in CollapseWhitespace()
471 bool trim_sequences_with_line_breaks) { in CollapseWhitespaceASCII() argument
472 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks); in CollapseWhitespaceASCII()
Dstring_util.h259 bool trim_sequences_with_line_breaks);
262 bool trim_sequences_with_line_breaks);