Home
last modified time | relevance | path

Searched refs:zeroDigitCount (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp3267 int32_t digitLeftCount = 0, zeroDigitCount = 0, digitRightCount = 0, sigDigitCount = 0; in applyPattern() local
3300 if (zeroDigitCount > 0 || sigDigitCount > 0) { in applyPattern()
3321 ++zeroDigitCount; in applyPattern()
3323 roundingPos = digitLeftCount + zeroDigitCount; in applyPattern()
3355 decimalPos = digitLeftCount + zeroDigitCount + digitRightCount; in applyPattern()
3392 if (((digitLeftCount + zeroDigitCount) < 1 && in applyPattern()
3571 if (zeroDigitCount == 0 && sigDigitCount == 0 && in applyPattern()
3579 zeroDigitCount = 1; in applyPattern()
3587 decimalPos > (digitLeftCount + zeroDigitCount))) || in applyPattern()
3589 (sigDigitCount > 0 && zeroDigitCount > 0) || in applyPattern()
[all …]