Searched refs:needs_quotes (Results 1 – 1 of 1) sorted by relevance
393 fn needs_quotes(&self, mut input: &[u8]) -> bool { in needs_quotes() method427 QuoteStyle::Necessary => self.needs_quotes(input), in should_quote()