]> granicus.if.org Git - icu/commitdiff
ICU-10373 A few more namespace tweaks to fix the Windows build.
authorAndy Heninger <andy.heninger@gmail.com>
Tue, 10 Sep 2013 03:44:20 +0000 (03:44 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Tue, 10 Sep 2013 03:44:20 +0000 (03:44 +0000)
X-SVN-Rev: 34255

icu4c/source/common/ucnv_bld.cpp
icu4c/source/common/uresbund.cpp

index 172f71bc6a981b419a69d25061b0d9da7560ea15..4940310f1f671287da4a2452641ba867c2e59e3f 100644 (file)
@@ -539,7 +539,7 @@ ucnv_deleteSharedConverterData(UConverterSharedData * deadSharedData)
  * Load a non-algorithmic converter.
  * If pkg==NULL, then this function must be called inside umtx_lock(&cnvCacheMutex).
  */
-U_CAPI UConverterSharedData *
+UConverterSharedData *
 ucnv_load(UConverterLoadArgs *pArgs, UErrorCode *err) {
     UConverterSharedData *mySharedConverterData;
 
@@ -889,7 +889,7 @@ ucnv_canCreateConverter(const char *converterName, UErrorCode *err) {
     return U_SUCCESS(*err);
 }
 
-U_CAPI UConverter *
+UConverter *
 ucnv_createAlgorithmicConverter(UConverter *myUConverter,
                                 UConverterType type,
                                 const char *locale, uint32_t options,
index 8c34be5bd695fe0df04b0ca1d857c523d4d10cb0..c212f15e0884968590f8ebaa4f6ebb4a91789a83 100644 (file)
@@ -1119,7 +1119,6 @@ static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r,
     return resB;
 }
 
-U_CAPI
 UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status) {
     UBool isStackObject;
     if(U_FAILURE(*status) || r == original) {