Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts153 const index = indexOfIgnoringCase(candidate, chunk.textLowerCase);
391 function indexOfIgnoringCase(str: string, value: string): number { function