HomeSort by relevance Sort by last modified time
    Searched refs:countDigits (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.h 70 int countDigits() const;
Decimal.cpp 190 static int countDigits(uint64_t x)
580 const int numberOfLHSDigits = countDigits(lhsCoefficient);
594 const int numberOfRHSDigits = countDigits(rhsCoefficient);
631 const int numberOfDigits = countDigits(result);
672 const int numberOfDigits = countDigits(result);
924 const int numberOfDigits = countDigits(result);
978 while (countDigits(coefficient) > maxDigits) {
DateComponents.cpp 90 static unsigned countDigits(const String& src, unsigned start)
124 unsigned digitsLength = countDigits(src, start);
420 unsigned digitsLength = countDigits(src, index + 1);

Completed in 37 milliseconds