mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-9287 merge of r31882 for maint-49
X-SVN-Rev: 31884
This commit is contained in:
parent
32ac8afeab
commit
1f2a99f86c
1 changed files with 2 additions and 4 deletions
|
@ -698,8 +698,7 @@ DigitList::set(int32_t source)
|
|||
|
||||
// -------------------------------------
|
||||
/**
|
||||
* @param maximumDigits The maximum digits to be generated. If zero,
|
||||
* there is no maximum -- generate all digits.
|
||||
* Set an int64, via decnumber
|
||||
*/
|
||||
void
|
||||
DigitList::set(int64_t source)
|
||||
|
@ -713,8 +712,7 @@ DigitList::set(int64_t source)
|
|||
}
|
||||
|
||||
/**
|
||||
* @param maximumDigits The maximum digits to be generated. If zero,
|
||||
* there is no maximum -- generate all digits.
|
||||
* Set an int64, with no decnumber
|
||||
*/
|
||||
void
|
||||
DigitList::setInteger(int64_t source)
|
||||
|
|
Loading…
Add table
Reference in a new issue