/external/rust/crates/regex/examples/ |
D | shootout-regex-dna-single-cheat.rs | 59 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
D | shootout-regex-dna-cheat.rs | 74 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
/external/python/uritemplates/uritemplate/ |
D | template.py | 101 def replace_all(match): function
|
/external/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 105 static SkString replace_all(const SkString &input, in replace_all() function
|
/external/python/cpython2/Lib/idlelib/ |
D | ReplaceDialog.py | 78 def replace_all(self, event=None): member in ReplaceDialog
|
/external/skqp/tools/skdiff/ |
D | skdiff_utils.cpp | 106 static SkString replace_all(const SkString &input, in replace_all() function
|
/external/python/cpython3/Lib/idlelib/ |
D | replace.py | 129 def replace_all(self, event=None): member in ReplaceDialog
|
/external/flac/src/plugin_common/ |
D | tags.c | 338 …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/ |
D | generator_helpers.h | 62 const std::string& to, bool replace_all) { in StringReplace()
|
/external/grpc-grpc/src/compiler/ |
D | generator_helpers.h | 62 const grpc::string& to, bool replace_all) { in StringReplace()
|
/external/tensorflow/tensorflow/core/platform/ |
D | str_util.cc | 140 bool replace_all) { in StringReplace()
|
/external/flatbuffers/grpc/src/compiler/ |
D | python_generator.cc | 74 const grpc::string& to, bool replace_all) { in StringReplace()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 149 const string& newsub, bool replace_all, in StringReplace() 180 const string& newsub, bool replace_all) { in StringReplace()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 515 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all() function
|
/external/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
|
/external/rust/crates/regex/src/ |
D | re_bytes.rs | 471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
D | re_unicode.rs | 521 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
/external/skqp/tools/bookmaker/ |
D | mdOut.cpp | 181 void replace_all(string& str, const string& from, const string& to) { in replace_all() function
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 2725 uint64_t replace_all(std::string &str, const std::string &oldStr, in replace_all() function
|