From 1eea3529b2911953041ff9001b0fb8718c59e801 Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Thu, 6 Feb 2014 07:17:07 +0000 Subject: [PATCH] ICU-10676 Also update the unum_open documentation for available styles X-SVN-Rev: 35094 --- icu4c/source/i18n/unicode/unum.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/unum.h b/icu4c/source/i18n/unicode/unum.h index a1aadaa4672..b15efb2d806 100644 --- a/icu4c/source/i18n/unicode/unum.h +++ b/icu4c/source/i18n/unicode/unum.h @@ -324,7 +324,9 @@ typedef enum UNumberFormatFields { * The caller must call {@link #unum_close } when done to release resources * used by this object. * @param style The type of number format to open: one of - * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC, UNUM_SPELLOUT, + * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC, + * UNUM_CURRENCY_ISO, UNUM_CURRENCY_PLURAL, UNUM_SPELLOUT, + * UNUM_ORDINAL, UNUM_DURATION, UNUM_NUMBERING_SYSTEM, * UNUM_PATTERN_DECIMAL, UNUM_PATTERN_RULEBASED, or UNUM_DEFAULT. * If UNUM_PATTERN_DECIMAL or UNUM_PATTERN_RULEBASED is passed then the * number format is opened using the given pattern, which must conform