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

Unified Diff: source/common/unorm.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/common/unistr.cpp ('k') | source/common/unorm_it.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unorm.cpp
diff --git a/source/common/unorm.cpp b/source/common/unorm.cpp
index 9ca56bfae47a1c76944b32b92053abb664103cb8..f0a026f66961242815dc3cac9bde2e08a8a631ec 100644
--- a/source/common/unorm.cpp
+++ b/source/common/unorm.cpp
@@ -1,6 +1,6 @@
/*
******************************************************************************
-* Copyright (c) 1996-2011, International Business Machines
+* Copyright (c) 1996-2014, International Business Machines
* Corporation and others. All Rights Reserved.
******************************************************************************
* File unorm.cpp
@@ -37,8 +37,6 @@
#include "uprops.h"
#include "ustr_imp.h"
-#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0]))
-
U_NAMESPACE_USE
/* quick check functions ---------------------------------------------------- */
« no previous file with comments | « source/common/unistr.cpp ('k') | source/common/unorm_it.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698