Searched refs:is_crlf (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/csv-core/src/ | ||
D | lib.rs | 134 fn is_crlf(&self) -> bool { in is_crlf() method |
D | reader.rs | 1054 if self.term.is_crlf() && b'\r' == c { in transition_nfa() |