Home | History | Annotate | Download | only in i18n

Lines Matching full:decnumber

45 //    A wrapper onto decNumber.
143 decNumber n; // Has space for only a none digit value.
161 decNumber result;
248 // For most modes, the meaning and names are the same between the decNumber library
299 // Account for difference in how zero is represented between DigitList & decNumber.
320 // decNumber keeps one digit (with that digit being a zero)
368 // This function is horribly inefficient to implement with decNumber because
380 // that the old DigitList and decNumber represent it.
381 // digit cout was zero for digitList, is one for decNumber
395 // digits. With decNumber's decimal being after the
454 // Note: 14 is a magic constant from the decNumber library documentation,
575 * Format is as defined by the decNumber library, for interchange of
584 // than the number of digits. So says the decNumber library doc.
701 * Set an int64, via decnumber
715 * Set an int64, with no decnumber
730 * as a StringPiece because that is what the decNumber library wants.
771 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
823 // Create a decNumber from the string.
889 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
924 decNumber scale; // Dummy decimal number, but with the desired number of