Searched refs:digitTotalCount (Results 1 – 3 of 3) sorted by relevance
548 int32_t digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPatternWithoutExpandAffix() local553 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix()566 ? (digitTotalCount - decimalPos) : 0; in applyPatternWithoutExpandAffix()576 || decimalPos == digitTotalCount; in applyPatternWithoutExpandAffix()
5037 int digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPatternWithoutExpandAffix()5041 int effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix()5056 (digitTotalCount - decimalPos) : 0); in applyPatternWithoutExpandAffix()5065 setDecimalSeparatorAlwaysShown(decimalPos == 0 || decimalPos == digitTotalCount); in applyPatternWithoutExpandAffix()
5108 int digitTotalCount = digitLeftCount + zeroDigitCount + digitRightCount; in applyPatternWithoutExpandAffix()5112 int effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix()5127 (digitTotalCount - decimalPos) : 0); in applyPatternWithoutExpandAffix()5136 setDecimalSeparatorAlwaysShown(decimalPos == 0 || decimalPos == digitTotalCount); in applyPatternWithoutExpandAffix()