Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts16 replace(searchValue: string, replaceValue: string): string; method
17replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; method
18 replace(searchValue: RegExp, replaceValue: string): string; method
19replace(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/
DFilteredDataTest.java31 CldrValue replace = in testSimple() local
60 CldrValue replace = in testBadReplacementPath() local
80 CldrValue replace = in testBadReplacementAttributes() local
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts46 readonly replace: symbol; property
246replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method
253replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts26 readonly replace: symbol; property
226replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method
233replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DReplaceable.java121 void replace(int start, int limit, String text); in replace() method
143 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java140 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
DUnicodeReplacer.java42 public abstract int replace(Replaceable text, in replace() method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceable.java126 void replace(int start, int limit, String text); in replace() method
149 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java149 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
DUnicodeReplacer.java41 public abstract int replace(Replaceable text, in replace() method
/third_party/ffmpeg/libavfilter/
Dvf_freezeframes.c34 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/
DSkRecord.h79 T* replace(int i) { in replace() function
92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3817.js15 var replace = RegExp.prototype[Symbol.replace]; variable
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuData.java84 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/rust/crates/regex/tests/
Dreplace.rs1 macro_rules! replace( macro
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dwarning.js5 function setWarning (reqOrRes, code, message, replace) { argument
/third_party/node/deps/npm/node_modules/mute-stream/test/
Dbasic.js152 var ms = new MS({replace: '*'}) property
180 var ms = new MS({replace: '~YARG~'}) property
/third_party/node/deps/npm/node_modules/qs/lib/
Dformats.js3 var replace = String.prototype.replace; variable
/third_party/cef/libcef/browser/native/
Dmenu_runner_linux.cc42 const std::u16string::value_type replace[] = {u'&', 0}; in FormatLabel() local
/third_party/cef/libcef/browser/views/
Dmenu_runner_views.cc36 const std::u16string::value_type replace[] = {L'&', 0}; in FormatLabel() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java141 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
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DReplaceableTest.java144 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/python/Lib/turtledemo/
Dlindenmayer.py30 def replace( seq, replacementRules, n ): function
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_constant_fold.c94 uint32_t replace = bi_fold_constant(ins, &unsupported); in bi_opt_constant_fold() local
Dbi_opt_copy_prop.c93 bi_index replace = ins->src[0]; in bi_opt_copy_prop() local

12345678910