Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts2127 const maximumLengthDifference = Math.max(2, Math.floor(name.length * 0.34)); constant
2132 …ateName !== undefined && Math.abs(candidateName.length - name.length) <= maximumLengthDifference) {
/third_party/typescript/lib/
DtypingsInstaller.js2061 var maximumLengthDifference = Math.max(2, Math.floor(name.length * 0.34));
2067 …ateName !== undefined && Math.abs(candidateName.length - name.length) <= maximumLengthDifference) {
Dtsc.js1722 var maximumLengthDifference = Math.max(2, Math.floor(name.length * 0.34));
1728 …ateName !== undefined && Math.abs(candidateName.length - name.length) <= maximumLengthDifference) {