X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/2ca993e82fb37b597a3c73ecd1586a139a6579c5..249c4c5ea9376c24572daf9c2effa7484a282f14:/icuSources/i18n/winnmfmt.h diff --git a/icuSources/i18n/winnmfmt.h b/icuSources/i18n/winnmfmt.h index 14b72cd9..6139c1ff 100644 --- a/icuSources/i18n/winnmfmt.h +++ b/icuSources/i18n/winnmfmt.h @@ -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: *
* . Base* polymorphic_pointer = createPolymorphicObject(); * . if (polymorphic_pointer->getDynamicClassID() == - * . erived::getStaticClassID()) ... + * . derived::getStaticClassID()) ... ** @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