Home | History | Annotate | Download | only in i18n

Lines Matching refs:sigDigits

1432         int32_t sigDigits = precision();
1433 if (sigDigits > 0) {
1434 adjustedNum.round(sigDigits);