]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/winnmfmt.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / winnmfmt.h
index 14b72cd9cf04958371184d2de13720928905c0f6..6139c1ff68a9d23a6230e4cf26bf21fc6764386c 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 ********************************************************************************
 *   Copyright (C) 2005-2015, International Business Machines
@@ -126,7 +128,7 @@ public:
      * <pre>
      * .   Base* polymorphic_pointer = createPolymorphicObject();
      * .   if (polymorphic_pointer->getDynamicClassID() ==
-     * .       erived::getStaticClassID()) ...
+     * .       derived::getStaticClassID()) ...
      * </pre>
      * @return          The class ID for all objects of this class.
      */
@@ -153,6 +155,7 @@ private:
     FormatInfo *fFormatInfo;
     UBool fFractionDigitsSet;
 
+    UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name.
 };
 
 U_NAMESPACE_END