Searched refs:digitLeftCount (Results 1 – 1 of 1) sorted by relevance
3267 int32_t digitLeftCount = 0, zeroDigitCount = 0, digitRightCount = 0, sigDigitCount = 0; in applyPattern() local3303 ++digitLeftCount; in applyPattern()3323 roundingPos = digitLeftCount + zeroDigitCount; in applyPattern()3355 decimalPos = digitLeftCount + zeroDigitCount + digitRightCount; in applyPattern()3392 if (((digitLeftCount + zeroDigitCount) < 1 && in applyPattern()3394 (sigDigitCount > 0 && digitLeftCount > 0) || in applyPattern()3572 digitLeftCount > 0 && decimalPos >= 0) { in applyPattern()3577 digitRightCount = digitLeftCount - n; in applyPattern()3578 digitLeftCount = n - 1; in applyPattern()3586 decimalPos < digitLeftCount || in applyPattern()[all …]