X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/common/ucnv_cnv.c diff --git a/icuSources/common/ucnv_cnv.c b/icuSources/common/ucnv_cnv.c index 48c22010..f8e2f830 100644 --- a/icuSources/common/ucnv_cnv.c +++ b/icuSources/common/ucnv_cnv.c @@ -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);