Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3644 int32_t digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPattern() local
3649 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPattern()
3662 ? (digitTotalCount - decimalPos) : 0); in applyPattern()
3672 || decimalPos == digitTotalCount); in applyPattern()