]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ustrenum.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / common / ustrenum.h
index ffa2c329642e78e5837846456bad575c08c453fd..a82162e2bde014ec5be38a5813e8e105100200fb 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-* 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 +75,8 @@ public:
      */
     static UClassID U_EXPORT2 getStaticClassID();
 
+    static UStringEnumeration * U_EXPORT2 fromUEnumeration(
+            UEnumeration *enumToAdopt, UErrorCode &status);
 private:
     UEnumeration *uenum; // owned
 };