countDigits 124 Source/platform/DateComponents.cpp unsigned digitsLength = countDigits(src, start); countDigits 420 Source/platform/DateComponents.cpp unsigned digitsLength = countDigits(src, index + 1); countDigits 579 Source/platform/Decimal.cpp const int numberOfLHSDigits = countDigits(lhsCoefficient); countDigits 593 Source/platform/Decimal.cpp const int numberOfRHSDigits = countDigits(rhsCoefficient); countDigits 630 Source/platform/Decimal.cpp const int numberOfDigits = countDigits(result); countDigits 671 Source/platform/Decimal.cpp const int numberOfDigits = countDigits(result); countDigits 910 Source/platform/Decimal.cpp const int numberOfDigits = countDigits(result); countDigits 964 Source/platform/Decimal.cpp while (countDigits(coefficient) > maxDigits) { countDigits 70 Source/platform/Decimal.h int countDigits() const;