Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts80 textLowerCase: string; property
153 const index = indexOfIgnoringCase(candidate, chunk.textLowerCase);
455 const textLowerCase = text.toLowerCase(); constant
458 textLowerCase,
459 isLowerCase: text === textLowerCase,