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