Home
last modified time | relevance | path

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

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