Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: source/i18n/collationtailoring.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/collationsettings.cpp ('k') | source/i18n/collationweights.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/collationtailoring.cpp
diff --git a/source/i18n/collationtailoring.cpp b/source/i18n/collationtailoring.cpp
index caa0c082d0718922b840d7eb24eb1efc66c45776..ba20cc871ac57e85a373953f13a360c1ffedb3ea 100644
--- a/source/i18n/collationtailoring.cpp
+++ b/source/i18n/collationtailoring.cpp
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2013-2014, International Business Machines
+* Copyright (C) 2013-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* collationtailoring.cpp
@@ -40,6 +40,7 @@ CollationTailoring::CollationTailoring(const CollationSettings *baseSettings)
if(baseSettings != NULL) {
U_ASSERT(baseSettings->reorderCodesLength == 0);
U_ASSERT(baseSettings->reorderTable == NULL);
+ U_ASSERT(baseSettings->minHighNoReorder == 0);
} else {
settings = new CollationSettings();
}
« no previous file with comments | « source/i18n/collationsettings.cpp ('k') | source/i18n/collationweights.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698