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

Unified Diff: source/common/util_props.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/common/util.cpp ('k') | source/common/utrace.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/util_props.cpp
diff --git a/source/common/util_props.cpp b/source/common/util_props.cpp
index 1bdaaddb71afcce1d09ada5726ca5e4b8aa3d80e..a88d5816c7a9c57dff1f2eabfa62f1ddec2a8a3b 100644
--- a/source/common/util_props.cpp
+++ b/source/common/util_props.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) 2001-2011, International Business Machines
+* Copyright (c) 2001-2016, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
@@ -101,6 +103,7 @@ int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_
return -1;
}
// FALL THROUGH to skipWhitespace
+ U_FALLTHROUGH;
case 126 /*'~'*/:
pos = skipWhitespace(rule, pos);
break;
« no previous file with comments | « source/common/util.cpp ('k') | source/common/utrace.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698