mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows build
X-SVN-Rev: 32106
This commit is contained in:
parent
e5b96198d1
commit
77b4e42b8d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue