]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv_set.c
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / common / ucnv_set.c
index c192ea4f8692e05fba1be309280f84ae25cdc40a..3d8d392729176d72bc56495fb3947c023c2ef497 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2003-2004, International Business Machines
+*   Copyright (C) 2003-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -51,7 +51,9 @@ ucnv_getUnicodeSet(const UConverter *cnv,
             NULL,
             uset_add,
             uset_addRange,
-            uset_addString
+            uset_addString,
+            uset_remove,
+            uset_removeRange
         };
         sa.set=setFillIn;