| /third_party/boost/boost/fusion/algorithm/transformation/ |
| D | replace.hpp | 21 struct replace struct 23 typedef transform_view<Sequence, detail::replacer<T> > type; 34 replace(Sequence const& seq, T const& old_value, T const& new_value) in replace() function
|
| /third_party/typescript/tests/cases/conformance/types/primitives/string/ |
| D | assignFromStringInterface2.ts | 16 replace(searchValue: string, replaceValue: string): string; method 17 … replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; method 18 replace(searchValue: RegExp, replaceValue: string): string; method 19 … replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string; method
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
| D | FilteredDataTest.java | 31 CldrValue replace = in testSimple() local 60 CldrValue replace = in testBadReplacementPath() local 80 CldrValue replace = in testBadReplacementAttributes() local
|
| /third_party/boost/boost/range/algorithm/ |
| D | replace.hpp | 30 replace(ForwardRange& rng, const Value& what, in replace() function 41 replace(const ForwardRange& rng, const Value& what, in replace() function
|
| /third_party/boost/boost/ptr_container/ |
| D | ptr_array.hpp | 193 auto_type replace( U* r ) // strong in replace() function in boost::ptr_array 205 auto_type replace( std::auto_ptr<V> r ) in replace() function in boost::ptr_array 212 auto_type replace( std::unique_ptr<V> r ) in replace() function in boost::ptr_array 218 auto_type replace( size_t idx, U* r ) // strong in replace() function in boost::ptr_array 233 auto_type replace( size_t idx, std::auto_ptr<V> r ) in replace() function in boost::ptr_array 240 auto_type replace( size_t idx, std::unique_ptr<V> r ) in replace() function in boost::ptr_array
|
| /third_party/typescript/lib/ |
| D | lib.es2015.symbol.wellknown.d.ts | 46 readonly replace: symbol; property 246 …replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method 253 …replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
|
| /third_party/typescript/src/lib/ |
| D | es2015.symbol.wellknown.d.ts | 26 readonly replace: symbol; property 226 …replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method 233 …replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | Replaceable.java | 126 void replace(int start, int limit, String text); in replace() method 149 void replace(int start, int limit, char[] chars, in replace() method
|
| D | ReplaceableString.java | 149 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString 167 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
|
| D | UnicodeReplacer.java | 41 public abstract int replace(Replaceable text, in replace() method
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | Replaceable.java | 121 void replace(int start, int limit, String text); in replace() method 143 void replace(int start, int limit, char[] chars, in replace() method
|
| D | ReplaceableString.java | 140 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString 157 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
|
| D | UnicodeReplacer.java | 42 public abstract int replace(Replaceable text, in replace() method
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-3817.js | 15 var replace = RegExp.prototype[Symbol.replace]; variable
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_freezeframes.c | 34 int64_t first, last, replace; member 81 int replace = ctx->inputs[1]->frame_count_out == s->replace; in activate() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkRecord.h | 79 T* replace(int i) { in replace() function 92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
|
| /third_party/boost/boost/hana/fwd/ |
| D | replace.hpp | 48 constexpr auto replace = [](auto&& xs, auto&& oldval, auto&& newval) { in __anonfa81c8f80102() variable
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/ |
| D | warning.js | 5 function setWarning (reqOrRes, code, message, replace) { argument
|
| /third_party/boost/libs/hana/include/boost/hana/fwd/ |
| D | replace.hpp | 48 constexpr auto replace = [](auto&& xs, auto&& oldval, auto&& newval) { in __anone4066d4b0102() variable
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | IcuData.java | 84 public void replace(RbPath rbPath, String element) { in replace() method in IcuData 91 public void replace(RbPath rbPath, RbValue rbValue) { in replace() method in IcuData
|
| /third_party/boost/boost/algorithm/string/detail/ |
| D | sequence.hpp | 167 inline void replace( in replace() function 179 inline void replace( in replace() function
|
| /third_party/boost/libs/mpl/doc/src/refmanual/ |
| D | replace.rst | 3 replace title
|
| /third_party/cef/libcef/browser/native/ |
| D | menu_runner_linux.cc | 42 const std::u16string::value_type replace[] = {u'&', 0}; in FormatLabel() local
|
| /third_party/node/deps/npm/node_modules/qs/lib/ |
| D | formats.js | 3 var replace = String.prototype.replace; variable
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| D | bi_opt_copy_prop.c | 55 bi_index replace = ins->src[0]; in bi_opt_copy_prop() local
|