Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs770 fn trim_matches_raw_with<P, F>(&self, pat: &P, strip_fn: F) -> &Self in trim_matches_raw_with() method
791 self.trim_matches_raw_with(pat, <[_]>::strip_suffix) in trim_end_matches_raw()
839 self.trim_matches_raw_with(pat, <[_]>::strip_prefix) in trim_start_matches_raw()