Home
last modified time | relevance | path

Searched defs:numberLength (Results 1 – 4 of 4) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java149 int numberLength = getNationalSignificantNumber(number).length(); in isPossibleShortNumberForRegion() local
/third_party/typescript/src/compiler/
Dwatch.ts184 const numberLength = (num: number) => Math.log(num) * Math.LOG10E + 1; constant
/third_party/typescript/lib/
Dtsc.js106975 var numberLength = function (num) { return Math.log(num) * Math.LOG10E + 1; }; function
DtypingsInstaller.js128636 var numberLength = function (num) { return Math.log(num) * Math.LOG10E + 1; }; function