]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv_cnv.c
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / common / ucnv_cnv.c
index 48c2201063b6d8944009d214b2870d395b89a7e4..f8e2f830f91a9bee43c656abaf91375af638b317 100644 (file)
@@ -28,7 +28,7 @@
 
 U_CFUNC void
 ucnv_getCompleteUnicodeSet(const UConverter *cnv,
-                   USetAdder *sa,
+                   const USetAdder *sa,
                    UConverterUnicodeSet which,
                    UErrorCode *pErrorCode) {
     sa->addRange(sa->set, 0, 0x10ffff);
@@ -36,7 +36,7 @@ ucnv_getCompleteUnicodeSet(const UConverter *cnv,
 
 U_CFUNC void
 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv,
-                               USetAdder *sa,
+                               const USetAdder *sa,
                                UConverterUnicodeSet which,
                                UErrorCode *pErrorCode) {
     sa->addRange(sa->set, 0, 0xd7ff);