ICU-10373 A few more namespace tweaks to fix the Windows build.

X-SVN-Rev: 34255
This commit is contained in:
Andy Heninger 2013-09-10 03:44:20 +00:00
parent 50e5fd3e23
commit f2f67fbaa8
2 changed files with 2 additions and 3 deletions

View 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,

View 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) {