From: Tomasz Bocheński Date: Tue, 27 Jun 2017 10:00:33 +0000 (+0200) Subject: [Base-utils][Unumber][ACR-1001] Add missing enums. X-Git-Tag: submit/tizen/20170721.011718~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03b3e533e14318f56345f87a95f6ad7f826b467d;p=platform%2Fcore%2Fapi%2Fbase-utils.git [Base-utils][Unumber][ACR-1001] Add missing enums. Change-Id: I80f22cc94d72f21dc0f0561b82f43361340161cb Signed-off-by: Tomasz Bocheński --- diff --git a/src/include/utils_i18n_types.h b/src/include/utils_i18n_types.h index d48d088..c2c927d 100644 --- a/src/include/utils_i18n_types.h +++ b/src/include/utils_i18n_types.h @@ -2208,7 +2208,8 @@ typedef enum { I18N_UNUMBER_PATTERN_RULEBASED, /**< Rule-based format defined by a pattern string */ I18N_UNUMBER_CURRENCY_ISO, /**< Currency format with an ISO currency code, e.g., "USD1.00" */ I18N_UNUMBER_CURRENCY_PLURAL, /**< Currency format with a pluralized currency name, e.g., "1.00 US dollar" and "3.00 US dollars" */ - + I18N_UNUMBER_CURRENCY_ACCOUNTING, /**< Currency format for accounting, e.g., "($3.00)" for negative currency amount instead of "-$3.00" (Since 4.0) */ + I18N_UNUMBER_CASH_CURRENCY, /**< Currency format with a currency symbol given CASH usage, e.g., "NT$3" instead of "NT$3.23" (Since 4.0) */ I18N_UNUMBER_FORMAT_STYLE_COUNT, /**< One more than the highest number format style constant */ I18N_UNUMBER_DEFAULT = I18N_UNUMBER_DECIMAL, /**< Default format */ I18N_UNUMBER_IGNORE = I18N_UNUMBER_PATTERN_DECIMAL /**< Alias for #I18N_UNUMBER_PATTERN_DECIMAL */