Searched defs:numberLength (Results 1 – 4 of 4) sorted by relevance
149 int numberLength = getNationalSignificantNumber(number).length(); in isPossibleShortNumberForRegion() local
184 const numberLength = (num: number) => Math.log(num) * Math.LOG10E + 1; constant
106975 var numberLength = function (num) { return Math.log(num) * Math.LOG10E + 1; }; function
128636 var numberLength = function (num) { return Math.log(num) * Math.LOG10E + 1; }; function