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.cc410 bool trim_sequences_with_line_breaks) { in CollapseWhitespaceT() argument
427 if (trim_sequences_with_line_breaks && !already_trimmed && in CollapseWhitespaceT()
451 bool trim_sequences_with_line_breaks) { in CollapseWhitespace() argument
452 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks); in CollapseWhitespace()
456 bool trim_sequences_with_line_breaks) { in CollapseWhitespaceASCII() argument
457 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks); in CollapseWhitespaceASCII()
Dstring_util.h264 bool trim_sequences_with_line_breaks);
267 bool trim_sequences_with_line_breaks);