]> granicus.if.org Git - icu/commitdiff
ICU-11444 UMeasurementSystem UMS_UK born stable ICU 55
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 17 Dec 2014 21:51:53 +0000 (21:51 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 17 Dec 2014 21:51:53 +0000 (21:51 +0000)
X-SVN-Rev: 36883

icu4c/source/i18n/unicode/ulocdata.h

index 147009170c6fba7fb5c71a93ffe55484a348e58d..5e462060303f3ce5fdc3c7e22537fa1a099157c4 100644 (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;
 
 /**