mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 07:22:11 +00:00
ICU-8545 fix for use with U_USING_NAMESPACE=0
X-SVN-Rev: 30075
This commit is contained in:
parent
871cc23d57
commit
1f66736465
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue