+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
-* Copyright (C) 2013-2014, International Business Machines
+* Copyright (C) 2013-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* collationtailoring.cpp
if(baseSettings != NULL) {
U_ASSERT(baseSettings->reorderCodesLength == 0);
U_ASSERT(baseSettings->reorderTable == NULL);
+ U_ASSERT(baseSettings->minHighNoReorder == 0);
} else {
settings = new CollationSettings();
}
return ((int32_t)version[1] << 4) | (version[2] >> 6);
}
+CollationCacheEntry::~CollationCacheEntry() {
+ SharedObject::clearPtr(tailoring);
+}
+
U_NAMESPACE_END
#endif // !UCONFIG_NO_COLLATION