]> granicus.if.org Git - icu/blobdiff - icu4c/source/i18n/number_utypes.h
ICU-21123 Support unit inflections in ICU4C
[icu] / icu4c / source / i18n / number_utypes.h
index d97eadc5cdb96efdd0b243d82e96f1f39e07f7b0..50c861787f4ed9c2b6300fb2a87aacbea624c191 100644 (file)
@@ -42,6 +42,9 @@ public:
     // TODO(units,hugovdm): populate this correctly for the general case - it's
     // currently only implemented for the .usage() use case.
     MeasureUnit outputUnit;
+
+    // The gender of the formatted output.
+    const char *gender = "";
 };