diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-31 15:41:38 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-31 15:41:38 +0000 |
commit | e07dee79c5daa6aebbf3014bcad822fa14fa7cfe (patch) | |
tree | 155bad3cd161ec6a054644c244424f3ad6d96b7a /intl/icu/source | |
parent | 685dafd7759e99afd09baa71dbe42f00543e28dc (diff) | |
download | uxp-e07dee79c5daa6aebbf3014bcad822fa14fa7cfe.tar.gz |
Issue #1756 - Clean up ICU patch.
We don't need ICU_UNUM_HAS_FORMATDOUBLEFORFIELDS because we don't support any
ICU other than the one in-tree.
Diffstat (limited to 'intl/icu/source')
-rw-r--r-- | intl/icu/source/i18n/unicode/unum.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/intl/icu/source/i18n/unicode/unum.h b/intl/icu/source/i18n/unicode/unum.h index acc6abf8c5..8c37ec90ae 100644 --- a/intl/icu/source/i18n/unicode/unum.h +++ b/intl/icu/source/i18n/unicode/unum.h @@ -692,16 +692,15 @@ unum_formatUFormattable(const UNumberFormat* fmt, * @see unum_parseDouble * @see UFieldPositionIterator * @see UNumberFormatFields -* @draft ICU 59 +* @stable ICU 59 */ -U_DRAFT int32_t U_EXPORT2 +U_STABLE int32_t U_EXPORT2 unum_formatDoubleForFields(const UNumberFormat* format, double number, UChar* result, int32_t resultLength, UFieldPositionIterator* fpositer, UErrorCode* status); -#define ICU_UNUM_HAS_FORMATDOUBLEFORFIELDS /** * Parse a string into an integer using a UNumberFormat. |