Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts195 …const isCaseSensitive = tryCamelCaseMatch(candidate, candidateParts, chunk, /*ignoreCase:*/ false)…
196 … : tryCamelCaseMatch(candidate, candidateParts, chunk, /*ignoreCase:*/ true) ? false : undefined;
278 …function tryCamelCaseMatch(candidate: string, candidateParts: TextSpan[], chunk: TextChunk, ignore… function