Lines Matching full:whitespace
212 // Find the edges of leading/trailing whitespace as desired.
219 // When the string was all whitespace, report that we stripped off whitespace
221 // stripped no whitespace, but we still need to clear |output|.
229 // Trim the whitespace.
329 // Set flags to pretend we're already in a trimmed whitespace sequence, so we
330 // will trim any leading whitespace.
338 // Reduce all whitespace sequences to a single space.
344 // Whitespace sequences containing CR or LF are eliminated entirely.
349 // Non-whitespace chracters are copied straight across.
357 // Any trailing whitespace is eliminated.