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

Unified Diff: source/i18n/ucol.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/ucal.cpp ('k') | source/i18n/ucol_res.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/ucol.cpp
diff --git a/source/i18n/ucol.cpp b/source/i18n/ucol.cpp
index 8c7c3f92c6ab578487f7f646040baec39136762a..40b67910fcf572b0904200e2d0fd84bb72e1b601 100644
--- a/source/i18n/ucol.cpp
+++ b/source/i18n/ucol.cpp
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 1996-2014, International Business Machines
+* Copyright (C) 1996-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: ucol.cpp
@@ -441,8 +441,6 @@ ucol_strcoll( const UCollator *coll,
const UChar *target,
int32_t targetLength)
{
- U_ALIGN_CODE(16);
-
UTRACE_ENTRY(UTRACE_UCOL_STRCOLL);
if (UTRACE_LEVEL(UTRACE_VERBOSE)) {
UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, source=%p, target=%p", coll, source, target);
@@ -466,8 +464,6 @@ ucol_strcollUTF8(
int32_t targetLength,
UErrorCode *status)
{
- U_ALIGN_CODE(16);
-
UTRACE_ENTRY(UTRACE_UCOL_STRCOLLUTF8);
if (UTRACE_LEVEL(UTRACE_VERBOSE)) {
UTRACE_DATA3(UTRACE_VERBOSE, "coll=%p, source=%p, target=%p", coll, source, target);
« no previous file with comments | « source/i18n/ucal.cpp ('k') | source/i18n/ucol_res.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698