Home | History | Annotate | Download | only in i18n

Lines Matching refs:effectiveDecimalPos

4959             // The effectiveDecimalPos is the position the decimal is at or
4963 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount;
4970 int32_t minInt = effectiveDecimalPos - digitLeftCount;
5000 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos);