Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(247)

Unified Diff: icu4c/source/common/rbbidata.cpp

Issue 331690043: ticket:13569 RBBI state table optmizations Base URL: svn+ssh://source.icu-project.org/repos/icu/trunk/
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: icu4c/source/common/rbbidata.cpp
===================================================================
--- icu4c/source/common/rbbidata.cpp (revision 40919)
+++ icu4c/source/common/rbbidata.cpp (working copy)
@@ -267,8 +267,8 @@
#endif
+void RBBIDataWrapper::printData() {
#ifdef RBBI_DEBUG
-void RBBIDataWrapper::printData() {
RBBIDebugPrintf("RBBI Data at %p\n", (void *)fHeader);
RBBIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[1],
fHeader->fFormatVersion[2], fHeader->fFormatVersion[3]);
@@ -285,8 +285,8 @@
RBBIDebugPrintf("%c", fRuleSource[c]);
}
RBBIDebugPrintf("\n\n");
+#endif
}
-#endif
U_NAMESPACE_END

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b