Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts139 …bestMatch = betterMatch(bestMatch, matchSegment(candidateContainers[j], dotSeparatedSegments[i], s…
256 …bestMatch = betterMatch(bestMatch, matchTextChunk(candidate, subWordTextChunk, stringToWordSpans));
261 …function betterMatch(a: PatternMatch | undefined, b: PatternMatch | undefined): PatternMatch | und… function