Home | History | Annotate | Download | only in i18n

Lines Matching refs:decNumber

45 //    A wrapper onto decNumber.
139 decNumber n; // Has space for only a none digit value.
157 decNumber result;
244 // For most modes, the meaning and names are the same between the decNumber library
295 // Account for difference in how zero is represented between DigitList & decNumber.
316 // decNumber keeps one digit (with that digit being a zero)
364 // This function is horribly inefficient to implement with decNumber because
376 // that the old DigitList and decNumber represent it.
377 // digit cout was zero for digitList, is one for decNumber
391 // digits. With decNumber's decimal being after the
450 // Note: 14 is a magic constant from the decNumber library documentation,
571 * Format is as defined by the decNumber library, for interchange of
580 // than the number of digits. So says the decNumber library doc.
697 * Set an int64, via decnumber
711 * Set an int64, with no decnumber
726 * as a StringPiece because that is what the decNumber library wants.
767 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
819 // Create a decNumber from the string.
885 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
920 decNumber scale; // Dummy decimal number, but with the desired number of