]> granicus.if.org Git - icu/commitdiff
ICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows...
authorMarkus Scherer <markus.icu@gmail.com>
Fri, 3 Aug 2012 23:12:28 +0000 (23:12 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Fri, 3 Aug 2012 23:12:28 +0000 (23:12 +0000)
X-SVN-Rev: 32106

icu4c/source/i18n/coll.cpp

index 2aaa80a30e1bc514bcb1de833fb280aaf11e509b..9ba9a6dbd68beb9d829f5277b28e8160f529f4a4 100644 (file)
@@ -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)