From 2ea2f356c6e9137a62aac50e43115b706bf9172b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 21 May 2004 17:14:35 +0000 Subject: [PATCH] ICU-3100 Fix for z/OS X-SVN-Rev: 15453 --- icu4c/source/i18n/ucol_sit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/ucol_sit.cpp b/icu4c/source/i18n/ucol_sit.cpp index b9b4a8c082..cbf1bb8df8 100644 --- a/icu4c/source/i18n/ucol_sit.cpp +++ b/icu4c/source/i18n/ucol_sit.cpp @@ -739,13 +739,13 @@ _processContractions(const void *context, UChar32 start, UChar32 limit, uint32_t return TRUE; } } -U_CDECL_END static int32_t U_CALLCONV _getTrieFoldingOffset(uint32_t data) { return (int32_t)(data&0xFFFFFF); } +U_CDECL_END U_CAPI int32_t U_EXPORT2 ucol_getUnsafeSet( const UCollator *coll,