ICU-8545 fix for use with U_USING_NAMESPACE=0

X-SVN-Rev: 30075
This commit is contained in:
Steven R. Loomis 2011-05-10 00:09:19 +00:00
parent 871cc23d57
commit 1f66736465

View file

@ -567,7 +567,7 @@ typedef void U_CALLCONV
SortKeyGenerator(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
SortKeyByteSink &result,
U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
UErrorCode *status);
/* worker function for generating sortkeys */
@ -576,7 +576,7 @@ void U_CALLCONV
ucol_calcSortKey(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
SortKeyByteSink &result,
U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
UErrorCode *status);
U_CFUNC
@ -584,7 +584,7 @@ void U_CALLCONV
ucol_calcSortKeySimpleTertiary(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
SortKeyByteSink &result,
U_NAMESPACE_QUALIFIER SortKeyByteSink &result,
UErrorCode *status);
#else