Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: source/i18n/numsys_impl.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/numsys.cpp ('k') | source/i18n/pluralaffix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/numsys_impl.h
diff --git a/source/i18n/numsys_impl.h b/source/i18n/numsys_impl.h
index 7ce4ef360fc214b9467521f8d5a8b2a983e55243..7ba3f4494f36cb1098ad1567f6a6b710a9b7333d 100644
--- a/source/i18n/numsys_impl.h
+++ b/source/i18n/numsys_impl.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2011, International Business Machines Corporation and
+* Copyright (C) 2015, International Business Machines Corporation and
* others. All Rights Reserved. *
*******************************************************************************
*
@@ -24,7 +24,9 @@ U_NAMESPACE_BEGIN
class NumsysNameEnumeration : public StringEnumeration {
public:
- NumsysNameEnumeration(UVector *fNumsysNames, UErrorCode& status);
+ // NumsysNameEnumeration instance adopts numsysNames
+ NumsysNameEnumeration(UVector *numsysNames, UErrorCode& status);
+
virtual ~NumsysNameEnumeration();
static UClassID U_EXPORT2 getStaticClassID(void);
virtual UClassID getDynamicClassID(void) const;
« no previous file with comments | « source/i18n/numsys.cpp ('k') | source/i18n/pluralaffix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698