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

Unified Diff: source/common/rbbistbl.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/rbbisetb.cpp ('k') | source/common/rbbitblb.h » ('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 c2fdf8233514ce41e03b3969646742cc9a1fadcf..09e928daf801c4523a801fc7591516324e2cc9d6 100644
--- a/source/common/rbbistbl.cpp
+++ b/source/common/rbbistbl.cpp
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
//
// file: rbbistbl.cpp Implementation of the ICU RBBISymbolTable class
//
@@ -254,7 +256,7 @@ void RBBISymbolTable::rbbiSymtablePrint() const {
}
RBBISymbolTableEntry *s = (RBBISymbolTableEntry *)e->value.pointer;
RBBI_DEBUG_printUnicodeString(s->key);
- s->val->fLeftChild->printTree(TRUE);
+ RBBINode::printTree(s->val->fLeftChild, TRUE);
RBBIDebugPrintf("\n");
}
}
« no previous file with comments | « source/common/rbbisetb.cpp ('k') | source/common/rbbitblb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698