Searched refs:digitTotalCount (Results 1 – 3 of 3) sorted by relevance
550 int32_t digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPatternWithoutExpandAffix() local555 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix()568 ? (digitTotalCount - decimalPos) : 0; in applyPatternWithoutExpandAffix()578 || decimalPos == digitTotalCount; in applyPatternWithoutExpandAffix()
5133 int digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPatternWithoutExpandAffix()5137 int effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix()5152 (digitTotalCount - decimalPos) : 0); in applyPatternWithoutExpandAffix()5161 setDecimalSeparatorAlwaysShown(decimalPos == 0 || decimalPos == digitTotalCount); in applyPatternWithoutExpandAffix()
5062 int digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPatternWithoutExpandAffix()5066 int effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix()5081 (digitTotalCount - decimalPos) : 0); in applyPatternWithoutExpandAffix()5090 setDecimalSeparatorAlwaysShown(decimalPos == 0 || decimalPos == digitTotalCount); in applyPatternWithoutExpandAffix()