Searched refs:fullMatch (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/services/ |
D | navigateTo.ts | 46 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/ |
D | index.js | 87 return token.replace(/^\$\{?([^}]*)\}?$/, function (fullMatch, envVar) { argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4065 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/ |
D | tsserver.js | 127045 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name); 127046 if (fullMatch) { 127047 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
|
D | typescriptServices.js | 127614 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name); 127615 if (fullMatch) { 127616 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
|
D | tsserverlibrary.js | 127614 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name); 127615 if (fullMatch) { 127616 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
|
D | typescript.js | 127614 var fullMatch = patternMatcher.getFullMatch(getContainers(declaration), name); 127615 if (fullMatch) { 127616 …tems.push({ name: name, fileName: fileName, matchKind: fullMatch.kind, isCaseSensitive: fullMatch.…
|