Home
last modified time | relevance | path

Searched defs:replace_all (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/examples/
Dshootout-regex-dna-single-cheat.rs57 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
Dshootout-regex-dna-cheat.rs72 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
/aosp_15_r20/external/python/uritemplates/uritemplate/
Dtemplate.py101 def replace_all(match): function
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py78 def replace_all(self, event=None): member in ReplaceDialog
/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff_utils.cpp120 static SkString replace_all(const SkString &input, in replace_all() function
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dreplace.py131 def replace_all(self, event=None): member in ReplaceDialog
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dgenerator_helpers.h63 const std::string& to, bool replace_all) { in StringReplace()
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dgenerator_helpers.h63 const std::string& to, bool replace_all) { in StringReplace()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstr_util.cc140 bool replace_all) { in StringReplace()
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dx86_64.rs196 pub fn replace_all(&mut self, routes: &[IrqRoute]) -> Result<()> { in replace_all() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dreplace.hpp647 inline void replace_all( in replace_all() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc133 const std::string &newsub, bool replace_all, in StringReplace()
164 const std::string &newsub, bool replace_all) { in StringReplace()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc133 const std::string &newsub, bool replace_all, in StringReplace()
164 const std::string &newsub, bool replace_all) { in StringReplace()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Djit_utils.cpp809 static void replace_all(std::string& s, const std::string& to_replace, const std::string& replace_w… in replace_all() function
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dgenhomedircon.c515 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dahocorasick.rs651 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dahocorasick.rs429 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_bytes.rs471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
Dre_unicode.rs520 pub fn replace_all<'t, R: Replacer>( in replace_all() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/
H A Dstring.rs842 pub fn replace_all<'h, R: Replacer>( in replace_all() method
H A Dbytes.rs855 pub fn replace_all<'h, R: Replacer>( in replace_all() method