ICU-10373 A few more namespace tweaks to fix the Windows build.
X-SVN-Rev: 34255
This commit is contained in:
parent
50e5fd3e23
commit
f2f67fbaa8
@ -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,
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user