]> granicus.if.org Git - icu/commitdiff
ICU-8545 fix for use with U_USING_NAMESPACE=0
authorSteven R. Loomis <srl@icu-project.org>
Tue, 10 May 2011 00:09:19 +0000 (00:09 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Tue, 10 May 2011 00:09:19 +0000 (00:09 +0000)
X-SVN-Rev: 30075

icu4c/source/i18n/ucol_imp.h

index 03984a62a1e6375a6b7c5a9e0ffa5ebd9551427c..6637be8efa85f843039cb9b9c3570e97eac9fd4b 100644 (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