Home | History | Annotate | Download | only in i18n

Lines Matching refs:zero

52  * This is the zero digit.  The base for the digits returned by getDigit()
163 // Reduce - remove trailing zero digits.
171 // trim - remove trailing fraction zero digits.
178 // Resets the digit list; sets all the digits to zero.
274 // Account for difference in how zero is represented between DigitList & decNumber.
285 return fDecNumber->exponent; // Exponent should be zero for these cases.
294 // For a value of zero, DigitList sets all fields to zero, while
295 // decNumber keeps one digit (with that digit being a zero)
307 // zero digits. It's bogus, decimalFormatter parsing needs to be cleaned up.
346 // Zero needs to be special cased because of the difference in the way
348 // digit cout was zero for digitList, is one for decNumber
458 * Return zero if the number cannot be represented.
468 // Force to an integer, with zero exponent, rounding if necessary.
469 // (decNumberToInt32 will only work if the exponent is exactly zero.)
471 DigitList zero;
472 uprv_decNumberQuantize(copy.fDecNumber, copy.fDecNumber, zero.fDecNumber, &fContext);
483 * Return zero if the number cannot be represented.
497 // Force to an integer, with zero exponent, rounding if necessary.
499 DigitList zero;
500 uprv_decNumberQuantize(copy.fDecNumber, copy.fDecNumber, zero.fDecNumber, &fContext);
571 // Negative Zero, not ingored. Cannot represent as a long.
618 // Negative Zero, not ingored. Cannot represent as a long.
658 * @param maximumDigits The maximum digits to be generated. If zero,