Searched refs:digitTotalCount (Results 1 – 1 of 1) sorted by relevance
3644 int32_t digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPattern() local3649 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPattern()3662 ? (digitTotalCount - decimalPos) : 0); in applyPattern()3672 || decimalPos == digitTotalCount); in applyPattern()