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

Unified Diff: source/common/ustrenum.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/common/ustrcase.cpp ('k') | source/common/ustrenum.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/ustrenum.h
diff --git a/source/common/ustrenum.h b/source/common/ustrenum.h
index ffa2c329642e78e5837846456bad575c08c453fd..3816dbfb24154b54ad2f67fe158e3608521ee2a4 100644
--- a/source/common/ustrenum.h
+++ b/source/common/ustrenum.h
@@ -1,6 +1,6 @@
/*
**********************************************************************
-* Copyright (c) 2002-2012, International Business Machines
+* Copyright (c) 2002-2014, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
@@ -73,6 +73,8 @@ public:
*/
static UClassID U_EXPORT2 getStaticClassID();
+ static UStringEnumeration * U_EXPORT2 fromUEnumeration(
+ UEnumeration *enumToAdopt, UErrorCode &status);
private:
UEnumeration *uenum; // owned
};
« no previous file with comments | « source/common/ustrcase.cpp ('k') | source/common/ustrenum.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698