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

Unified Diff: source/common/rbbistbl.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/common/rbbiscan.cpp ('k') | source/common/serv.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/rbbistbl.cpp
diff --git a/source/common/rbbistbl.cpp b/source/common/rbbistbl.cpp
index 804eca72cd4ee5d1017f82e0bef03f9dc1f8051b..c2fdf8233514ce41e03b3969646742cc9a1fadcf 100644
--- a/source/common/rbbistbl.cpp
+++ b/source/common/rbbistbl.cpp
@@ -3,7 +3,7 @@
//
/*
***************************************************************************
-* Copyright (C) 2002-2011 International Business Machines Corporation
+* Copyright (C) 2002-2014 International Business Machines Corporation
* and others. All rights reserved.
***************************************************************************
*/
@@ -230,7 +230,7 @@ void RBBISymbolTable::rbbiSymtablePrint() const {
"Name Node Val String Val\n"
"----------------------------------------------------------------------\n");
- int32_t pos = -1;
+ int32_t pos = UHASH_FIRST;
const UHashElement *e = NULL;
for (;;) {
e = uhash_nextElement(fHashTable, &pos);
« no previous file with comments | « source/common/rbbiscan.cpp ('k') | source/common/serv.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698