Home
last modified time | relevance | path

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

/external/rust/crates/regex/examples/
Dshootout-regex-dna-single-cheat.rs59 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
Dshootout-regex-dna-cheat.rs74 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
/external/python/uritemplates/uritemplate/
Dtemplate.py101 def replace_all(match): function
/external/skia/tools/skdiff/
Dskdiff_utils.cpp105 static SkString replace_all(const SkString &input, in replace_all() function
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py78 def replace_all(self, event=None): member in ReplaceDialog
/external/skqp/tools/skdiff/
Dskdiff_utils.cpp106 static SkString replace_all(const SkString &input, in replace_all() function
/external/python/cpython3/Lib/idlelib/
Dreplace.py129 def replace_all(self, event=None): member in ReplaceDialog
/external/flac/src/plugin_common/
Dtags.c338 …s2(FLAC__StreamMetadata *tags, const char *name, const FLAC__uint16 *value, FLAC__bool replace_all) in FLAC_plugin__tags_set_tag_ucs2()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dgenerator_helpers.h62 const std::string& to, bool replace_all) { in StringReplace()
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h62 const grpc::string& to, bool replace_all) { in StringReplace()
/external/tensorflow/tensorflow/core/platform/
Dstr_util.cc140 bool replace_all) { in StringReplace()
/external/flatbuffers/grpc/src/compiler/
Dpython_generator.cc74 const grpc::string& to, bool replace_all) { in StringReplace()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc149 const string& newsub, bool replace_all, in StringReplace()
180 const string& newsub, bool replace_all) { in StringReplace()
/external/selinux/libsemanage/src/
Dgenhomedircon.c515 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all() function
/external/rust/crates/aho-corasick/src/
Dahocorasick.rs429 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
/external/rust/crates/regex/src/
Dre_bytes.rs471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
Dre_unicode.rs521 pub fn replace_all<'t, R: Replacer>( in replace_all() method
/external/skqp/tools/bookmaker/
DmdOut.cpp181 void replace_all(string& str, const string& from, const string& to) { in replace_all() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2725 uint64_t replace_all(std::string &str, const std::string &oldStr, in replace_all() function