X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..refs/heads/master:/icuSources/i18n/collationdatabuilder.cpp?ds=inline diff --git a/icuSources/i18n/collationdatabuilder.cpp b/icuSources/i18n/collationdatabuilder.cpp index 98a6ce7e..53361b86 100644 --- a/icuSources/i18n/collationdatabuilder.cpp +++ b/icuSources/i18n/collationdatabuilder.cpp @@ -852,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; }