]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/uatimeunitformat.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / uatimeunitformat.h
index a42e84cb8d034b01601101c8d25d74b46ae8ac01..6a13236b2459fb55d70b5768ec0d8162c870dfc2 100644 (file)
@@ -46,6 +46,10 @@ typedef enum UATimeUnitStyle {
      * narrow style, e.g. "1.0 m"
      * @draft ICU 53 */
     UATIMEUNITSTYLE_NARROW,
+    /**
+     * shorter style,between abbreviated and narrow"
+     * @draft ICU 57 */
+    UATIMEUNITSTYLE_SHORTER,
     /** @draft ICU 53 */
     UATIMEUNITSTYLE_COUNT
 } UATimeUnitStyle;
@@ -149,7 +153,7 @@ U_DEFINE_LOCAL_OPEN_POINTER(LocalUATimeUnitFormatPointer, UATimeUnitFormat, uatm
 
 U_NAMESPACE_END
 
-#endif
+#endif // U_SHOW_CPLUSPLUS_API
 
 
 /**