Home
last modified time | relevance | path

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

/external/rust/crates/csv-core/src/
Dwriter.rs393 fn needs_quotes(&self, mut input: &[u8]) -> bool { in needs_quotes() method
427 QuoteStyle::Necessary => self.needs_quotes(input), in should_quote()