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

  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.cpp 189 static int countDigits(uint64_t x)
579 const int numberOfLHSDigits = countDigits(lhsCoefficient);
593 const int numberOfRHSDigits = countDigits(rhsCoefficient);
630 const int numberOfDigits = countDigits(result);
671 const int numberOfDigits = countDigits(result);
910 const int numberOfDigits = countDigits(result);
964 while (countDigits(coefficient) > maxDigits) {
DateComponents.cpp 95 static unsigned countDigits(const String& src, unsigned start)
129 unsigned digitsLength = countDigits(src, start);
425 unsigned digitsLength = countDigits(src, index + 1);

Completed in 86 milliseconds