Searched defs:replace_all (Results 1 – 9 of 9) sorted by relevance
| /third_party/rust/crates/regex/examples/ |
| D | shootout-regex-dna-single-cheat.rs | 57 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
| D | shootout-regex-dna-cheat.rs | 72 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
| /third_party/rust/crates/regex/bench/src/ |
| D | misc.rs | 98 fn replace_all(b: &mut Bencher) { in replace_all() function
|
| /third_party/skia/tools/skdiff/ |
| D | skdiff_utils.cpp | 105 static SkString replace_all(const SkString &input, in replace_all() function
|
| /third_party/python/Lib/idlelib/ |
| D | replace.py | 131 def replace_all(self, event=None): member in ReplaceDialog
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | strutil.cc | 133 const string& newsub, bool replace_all, in StringReplace() 164 const string& newsub, bool replace_all) { in StringReplace()
|
| /third_party/rust/crates/aho-corasick/src/ |
| D | ahocorasick.rs | 429 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
|
| /third_party/rust/crates/regex/src/ |
| D | re_bytes.rs | 471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
| D | re_unicode.rs | 520 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|