Home | History | Annotate | Download | only in i18n

Lines Matching refs:decNumber

46 //    A wrapper onto decNumber.
140 decNumber n; // Has space for only a none digit value.
158 decNumber result;
245 // For most modes, the meaning and names are the same between the decNumber library
296 // Account for difference in how zero is represented between DigitList & decNumber.
317 // decNumber keeps one digit (with that digit being a zero)
365 // This function is horribly inefficient to implement with decNumber because
377 // that the old DigitList and decNumber represent it.
378 // digit cout was zero for digitList, is one for decNumber
392 // digits. With decNumber's decimal being after the
472 // Note: 14 is a magic constant from the decNumber library documentation,
593 * Format is as defined by the decNumber library, for interchange of
602 // than the number of digits. So says the decNumber library doc.
719 * Set an int64, via decnumber
733 * Set an int64, with no decnumber
748 * as a StringPiece because that is what the decNumber library wants.
789 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
841 // Create a decNumber from the string.
910 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
950 decNumber scale; // Dummy decimal number, but with the desired number of