[Base-utils][Unumber] Added missing enums. 73/118273/1
authorTomasz Bochenski <t.bochenski@samsung.com>
Thu, 9 Mar 2017 16:17:55 +0000 (17:17 +0100)
committerTomasz Bochenski <t.bochenski@samsung.com>
Thu, 9 Mar 2017 16:17:55 +0000 (17:17 +0100)
Change-Id: I5153cb75cd9a98f88b23bd6bba861529d2290e53
Signed-off-by: Tomasz Bochenski <t.bochenski@samsung.com>
src/include/utils_i18n_types.h

index 0f85c3b..516d2a6 100644 (file)
@@ -2094,6 +2094,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" */
+        I18N_UNUMBER_CASH_CURRENCY,                    /**< Currency format with a currency symbol given CASH usage, e.g., "NT$3" instead of "NT$3.23" */
 
        I18N_UNUMBER_FORMAT_STYLE_COUNT,                                                                                /**< One more than the highest number format style constant */
        I18N_UNUMBER_DEFAULT                      = I18N_UNUMBER_DECIMAL,                               /**< Default format */