ICU-11444 UMeasurementSystem UMS_UK born stable ICU 55

X-SVN-Rev: 36883
This commit is contained in:
Markus Scherer 2014-12-17 21:51:53 +00:00
parent ff5daae274
commit b3897ebba9

View File

@ -188,10 +188,8 @@ ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *re
typedef enum UMeasurementSystem {
UMS_SI, /**< Measurement system specified by SI otherwise known as Metric system. @stable ICU 2.8 */
UMS_US, /**< Measurement system followed in the United States of America. @stable ICU 2.8 */
#ifndef U_HIDE_DRAFT_API
UMS_UK, /**< Mix of metric and imperial units used in Great Britain. @draft ICU 55 */
#endif /* U_HIDE_DRAFT_API */
UMS_LIMIT = 3 // TODO: remove explicit numeric value when UMS_UK becomes stable
UMS_UK, /**< Mix of metric and imperial units used in Great Britain. @stable ICU 55 */
UMS_LIMIT
} UMeasurementSystem;
/**