Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts171 if (partStartsWith(candidate, span, chunk.text, /*ignoreCase:*/ true)) {
172 … createPatternMatch(PatternMatchKind.substring, /*isCaseSensitive:*/ partStartsWith(candidate, spa…
269 …function partStartsWith(candidate: string, candidateSpan: TextSpan, pattern: string, ignoreCase: b… function
321 … if (!partStartsWith(candidate, candidatePart, chunk.text, ignoreCase, chunkCharacterSpan)) {