]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/collationdatabuilder.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / collationdatabuilder.cpp
index afeb6ee4584f10f30d702a30aba40f7553bf6633..53361b86c7c707cd9071276a51a4708daab3784a 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2012-2015, International Business Machines
@@ -850,8 +852,7 @@ CollationDataBuilder::copyFromBaseCE32(UChar32 c, uint32_t ce32, UBool withConte
         ce32 = encodeOneCE(Collation::unassignedCEFromCodePoint(c), errorCode);
         break;
     default:
-        U_ASSERT(FALSE);  // require ce32 == base->getFinalCE32(ce32)
-        break;
+        UPRV_UNREACHABLE;  // require ce32 == base->getFinalCE32(ce32)
     }
     return ce32;
 }