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

Unified Diff: source/common/caniter.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/brkiter.cpp ('k') | source/common/cmemory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/caniter.cpp
diff --git a/source/common/caniter.cpp b/source/common/caniter.cpp
index 37ca8dfb50e67b51ed7f3005a98ef2d7e7b6bf1d..d47681787755ee6be6cd1658fa1c72a8cab62745 100644
--- a/source/common/caniter.cpp
+++ b/source/common/caniter.cpp
@@ -1,7 +1,7 @@
/*
*****************************************************************************
- * Copyright (C) 1996-2011, International Business Machines Corporation and *
- * others. All Rights Reserved. *
+ * Copyright (C) 1996-2014, International Business Machines Corporation and
+ * others. All Rights Reserved.
*****************************************************************************
*/
@@ -71,7 +71,7 @@ CanonicalIterator::CanonicalIterator(const UnicodeString &sourceStr, UErrorCode
pieces_lengths(NULL),
current(NULL),
current_length(0),
- nfd(*Normalizer2Factory::getNFDInstance(status)),
+ nfd(*Normalizer2::getNFDInstance(status)),
nfcImpl(*Normalizer2Factory::getNFCImpl(status))
{
if(U_SUCCESS(status) && nfcImpl.ensureCanonIterData(status)) {
« no previous file with comments | « source/common/brkiter.cpp ('k') | source/common/cmemory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698