| 327 | } |
| 328 | |
| 329 | std::string CollapseWhitespaceASCII(const std::string& text, |
| 330 | bool trim_sequences_with_line_breaks) { |
| 331 | return CollapseWhitespaceT(text, trim_sequences_with_line_breaks); |
| 332 | } |
| 333 | |
| 334 | bool ContainsOnlyChars(const StringPiece& input, |
| 335 | const StringPiece& characters) { |