Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DpatternMatcher.ts563 const currentIsUpper = isUpperCaseLetter(identifier.charCodeAt(index)); constant
578 return currentIsUpper && (!word || !lastIsUpper);