Home
last modified time | relevance | path

Searched +defs:replace +defs:match (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts14 match(regexp: string): string[]; method
15 match(regexp: RegExp): string[]; method
16 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/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts40 readonly match: symbol; property
46 readonly replace: symbol; property
239match(matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | n… method
246replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method
253replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
Dlib.es5.d.ts440 match(regexp: string | RegExp): RegExpMatchArray | null; method
447 replace(searchValue: string | RegExp, replaceValue: string): string; method
454replace(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): st… method
Dlib.dom.d.ts3342 match(request: RequestInfo, options?: CacheQueryOptions): Promise<Response | undefined>; method
3357 match(request: RequestInfo, options?: MultiCacheQueryOptions): Promise<Response | undefined>; method
4202 replace(oldToken: string, newToken: string): void; method
9865 replace(url: string): void; method
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts20 readonly match: symbol; property
26 readonly replace: symbol; property
219match(matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | n… method
226replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method
233replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
Des5.d.ts420 match(regexp: string | RegExp): RegExpMatchArray | null; method
427 replace(searchValue: string | RegExp, replaceValue: string): string; method
434replace(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): st… method
/third_party/boost/tools/build/src/util/
Dregex.py31 def replace(s, pattern, replacement): function
54 def replace_list(items, match, replacement): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Deasy_xml.py157 def replace(match): function
/third_party/node/tools/gyp/pylib/gyp/
Deasy_xml.py156 def replace(match): function
/third_party/python/Lib/json/
Dencoder.py40 def replace(match): function
52 def replace(match): function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts50 match(regexp: any): string[] { return null; } method in C
51 replace(searchValue: any, replaceValue: any): string { return null; } method in C
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBSearchPanel.java179 private String replace(String original, String match, String replace) { in replace()
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts321 match(regexp: string): string[]; method
327 match(regexp: RegExp): string[]; method
334 replace(searchValue: string, replaceValue: string): string; method
341replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; method
348 replace(searchValue: RegExp, replaceValue: string): string; method
355replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string; method
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypeIsSubtypeOfString.js130 C.prototype.match = function (regexp) { return null; }; method in C
131 C.prototype.replace = function (searchValue, replaceValue) { return null; }; method in C
/third_party/python/Lib/lib2to3/
Dpytree.py101 def replace(self, new): member in Base
454 def match(self, node, results=None): member in BasePattern
522 def match(self, node, results=None): member in LeafPattern
673 def match(self, node, results=None): member in WildcardPattern
808 def match(self, node): member in NegatedPattern
/third_party/icu/icu4c/source/common/
Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local
1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local
1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local
1109 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local
1131 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local
1148 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local
1372 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr.cpp1046 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local
1064 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local
1081 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local
1110 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local
1132 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local
1149 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local
1373 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local
1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local
1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local
1109 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local
1131 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local
1148 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local
1372 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
/third_party/node/deps/icu-small/source/common/
Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local
1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local
1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local
1109 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local
1131 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local
1148 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local
1372 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
/third_party/python/Lib/
Dpathlib.py308 replace = os.replace variable in _NormalAccessor
890 def match(self, path_pattern): member in PurePath
1235 def replace(self, target): member in Path
/third_party/weston/clients/
Dterminal.c242 union utf8_char match; member
243 union utf8_char replace; member
/third_party/python/Objects/
Dunicodeobject.c9307 long replace = PyLong_AS_LONG(item); in unicode_fast_translate_lookup() local
9318 Py_UCS4 replace; in unicode_fast_translate_lookup() local
10932 replace(PyObject *self, PyObject *str1, in replace() function
13170 int match = tailmatch(self, prefix, 0, PY_SSIZE_T_MAX, -1); in unicode_removeprefix_impl() local
13198 int match = tailmatch(self, suffix, 0, PY_SSIZE_T_MAX, +1); in unicode_removesuffix_impl() local
/third_party/node/tools/
Dlint-md.mjs2894 const match = /^\\+/.exec(remaining()); constant
3322 const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); constant
3604 const match = /^(.*?)\.(\w+)$/.exec(str); constant
3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property
3752 let match = input === glob; variable
4406 var match; variable
9907 var match, major, minor; variable
12815 jsTokens.matchToToken = function(match) { argument
19463 function emitFolderMapDeprecation(match, pjsonUrl, isExports, base) { argument
19849 match, argument
[all …]
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc2747 const double replace = costs[l_i][r_i]; in CalculateOptimalEdits() local
11055 regmatch_t match; in FullMatch() local
11064 regmatch_t match; in PartialMatch() local
/third_party/typescript/tests/lib/
Dlib.d.ts336 match(regexp: string): RegExpMatchArray; method
342 match(regexp: RegExp): RegExpMatchArray; method
349 replace(searchValue: string, replaceValue: string): string; method
356 replace(searchValue: string, replacer: (substring: string, ...args: any[]) => string): string; method
363 replace(searchValue: RegExp, replaceValue: string): string; method
370 replace(searchValue: RegExp, replacer: (substring: string, ...args: any[]) => string): string; method
11201 replace(url: string): void; method

12