Home
last modified time | relevance | path

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

/external/rust/crates/bstr/src/
Dext_slice.rs2187 self.trim_start_with(&mut trim).trim_end_with(&mut trim) in trim_with()
2227 fn trim_end_with<F: FnMut(char) -> bool>(&self, mut trim: F) -> &[u8] { in trim_end_with() method