Home | History | Annotate | Download | only in i18n

Lines Matching full:maximumdigits

924  * @param maximumDigits The maximum number of digits to be shown.
925 * Upon return, count will be less than or equal to maximumDigits.
928 DigitList::round(int32_t maximumDigits)
931 if (maximumDigits >= fDecNumber->digits) {
935 fContext.digits = maximumDigits;