Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts152 …function matchTextChunk(candidate: string, chunk: TextChunk, stringToWordSpans: ESMap<string, Text… function
213 const match = matchTextChunk(candidate, segment.totalTextChunk, stringToWordSpans);
256 …bestMatch = betterMatch(bestMatch, matchTextChunk(candidate, subWordTextChunk, stringToWordSpans));