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

Unified Diff: source/i18n/gregocal.cpp

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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/gender.cpp ('k') | source/i18n/gregoimp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/gregocal.cpp
diff --git a/source/i18n/gregocal.cpp b/source/i18n/gregocal.cpp
index 5e98605bf92d8a59220a5d5588c62d4edbe6f9c2..11082223c7e1cef769916ee09e6d69428f924688 100644
--- a/source/i18n/gregocal.cpp
+++ b/source/i18n/gregocal.cpp
@@ -1,6 +1,8 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
-* Copyright (C) 1997-2015, International Business Machines Corporation and
+* Copyright (C) 1997-2016, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*
@@ -850,6 +852,7 @@ GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& s
inCutoverMonth = TRUE;
}
}
+ break;
default:
;
}
« no previous file with comments | « source/i18n/gender.cpp ('k') | source/i18n/gregoimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698