Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts61 totalTextChunk: TextChunk; property
212 …if (every(segment.totalTextChunk.text, ch => ch !== CharacterCodes.space && ch !== CharacterCodes.…
213 const match = matchTextChunk(candidate, segment.totalTextChunk, stringToWordSpans);
352 totalTextChunk: createTextChunk(text),