| /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/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/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/typescript/lib/ |
| D | lib.es2015.symbol.wellknown.d.ts | 46 readonly replace: unique 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: unique 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/rust/rust/tests/ui/lint/ |
| D | fn_must_use.rs | 34 fn replace(&mut self, substitute: usize) -> usize; in replace() method 42 fn replace(&mut self, substitute: usize) -> usize { 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 | 33 int64_t first, last, replace; member 80 int replace = ctx->inputs[1]->frame_count_out == s->replace; in activate() local
|
| /third_party/rust/crates/regex/tests/ |
| D | replace.rs | 1 macro_rules! replace( macro
|
| /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/mesa3d/src/panfrost/compiler/ |
| D | bi_opt_copy_prop.c | 82 bi_index replace = ins->src[0]; in bi_opt_copy_prop() local
|
| D | bi_opt_constant_fold.c | 101 uint32_t replace = bi_fold_constant(ins, &unsupported); in bi_opt_constant_fold() local
|
| /third_party/rust/rust/library/alloc/src/collections/btree/ |
| D | mem.rs | 20 pub fn replace<T, R>(v: &mut T, change: impl FnOnce(T) -> (T, R)) -> R { in replace() function
|
| /third_party/python/Lib/turtledemo/ |
| D | lindenmayer.py | 30 def replace( seq, replacementRules, n ): function
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | urep.h | 108 void (*replace)(UReplaceable* rep, member
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | urep.h | 108 void (*replace)(UReplaceable* rep, member
|
| /third_party/skia/m133/third_party/externals/icu/source/common/unicode/ |
| D | urep.h | 108 void (*replace)(UReplaceable* rep, member
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| D | ReplaceableTest.java | 144 public void replace(int start, int limit, String text) { in replace() method in ReplaceableTest.TestReplaceable 154 public void replace(int start, int limit, char[] charArray, in replace() method in ReplaceableTest.TestReplaceable
|
| /third_party/spirv-tools/test/val/ |
| D | val_non_uniform_test.cpp | 174 const std::string replace = ConvertMatch(type); in TEST_P() local 214 const std::string replace = ConvertMatch(type); in TEST_P() local
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| D | ReplaceableTest.java | 141 public void replace(int start, int limit, String text) { in replace() method in ReplaceableTest.TestReplaceable 151 public void replace(int start, int limit, char[] charArray, in replace() method in ReplaceableTest.TestReplaceable
|