From: Markus Scherer Date: Fri, 3 Aug 2012 23:12:28 +0000 (+0000) Subject: ICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows... X-Git-Tag: milestone-59-0-1~3691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77b4e42b8d21ceb66208762a9bfa135669f33766;p=icu ICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows build X-SVN-Rev: 32106 --- diff --git a/icu4c/source/i18n/coll.cpp b/icu4c/source/i18n/coll.cpp index 2aaa80a30e1..9ba9a6dbd68 100644 --- a/icu4c/source/i18n/coll.cpp +++ b/icu4c/source/i18n/coll.cpp @@ -870,7 +870,7 @@ Collator::setStrength(ECollationStrength newStrength) { setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); } -int32_t U_EXPORT2 +int32_t Collator::getReorderCodes(int32_t* /* dest*/, int32_t /* destCapacity*/, UErrorCode& status) const @@ -881,7 +881,7 @@ Collator::getReorderCodes(int32_t* /* dest*/, return 0; } -void U_EXPORT2 +void Collator::setReorderCodes(const int32_t* /* reorderCodes */, int32_t /* reorderCodesLength */, UErrorCode& status)