Home
last modified time | relevance | path

Searched refs:fullMatch (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/
DnavigateTo.ts46 const fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name); constant
47 if (fullMatch) {
48 …rawItems.push({ name, fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.isCaseSensit…
/third_party/node/deps/npm/node_modules/registry-auth-token/
Dindex.js87 return token.replace(/^\$\{?([^}]*)\}?$/, function (fullMatch, envVar) { argument
/third_party/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4065 UBool fullMatch = TRUE; in TestSortKeyConsistency() local
4069 fullMatch = fullMatch && (bufFull[i][j] != bufFull[i2][j]); in TestSortKeyConsistency()
4072 if (fullMatch != partMatch) { in TestSortKeyConsistency()
4073 log_err(fullMatch ? "full key was consistent, but partial key changed\n" in TestSortKeyConsistency()
/third_party/typescript/lib/
Dtsserver.js127045 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name);
127046 if (fullMatch) {
127047 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
DtypescriptServices.js127614 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name);
127615 if (fullMatch) {
127616 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
Dtsserverlibrary.js127614 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name);
127615 if (fullMatch) {
127616 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
Dtypescript.js127614 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name);
127615 if (fullMatch) {
127616 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…