ICU-770 Internal API name change

X-SVN-Rev: 5649
This commit is contained in:
George Rhoten 2001-08-31 02:13:00 +00:00
parent 2927a55b19
commit 493c52bce6
2 changed files with 2 additions and 2 deletions

View File

@ -866,7 +866,7 @@ void ucol_initUCA(UErrorCode *status) {
uprv_free(newUCA);
}
else {
i18n_registerCleanup();
ucln_i18n_registerCleanup();
}
}else{
udata_close(result);

View File

@ -1068,7 +1068,7 @@ ucol_initInverseUCA(UErrorCode *status)
uprv_free(newInvUCA);
}
else {
i18n_registerCleanup();
ucln_i18n_registerCleanup();
}
}
}