ICU-5226 Comment change
X-SVN-Rev: 19716
This commit is contained in:
parent
ec174ab671
commit
ec8b663ffa
@ -1074,7 +1074,7 @@ ucnv_bld_getAvailableConverter(uint16_t n, UErrorCode *pErrorCode) {
|
|||||||
|
|
||||||
/* default converter name --------------------------------------------------- */
|
/* default converter name --------------------------------------------------- */
|
||||||
|
|
||||||
/* Copy the canonical converter name. Caller must ensure thread safety. */
|
/* Copy the canonical converter name. */
|
||||||
static U_INLINE void
|
static U_INLINE void
|
||||||
internalSetName(const char *name, UErrorCode *status) {
|
internalSetName(const char *name, UErrorCode *status) {
|
||||||
UConverterLookupData lookup;
|
UConverterLookupData lookup;
|
||||||
@ -1100,6 +1100,7 @@ internalSetName(const char *name, UErrorCode *status) {
|
|||||||
gDefaultAlgorithmicSharedData = algorithmicSharedData;
|
gDefaultAlgorithmicSharedData = algorithmicSharedData;
|
||||||
|
|
||||||
ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
|
ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
|
||||||
|
|
||||||
umtx_unlock(&cnvCacheMutex);
|
umtx_unlock(&cnvCacheMutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user