From 6f38a88ec1c1fb6476ecf9fa7f740ebc7dcb4156 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 1 Dec 1999 17:50:12 +0000 Subject: [PATCH] ICU-96 oops: debugging code! [collation perf] X-SVN-Rev: 267 --- icu4c/source/i18n/tblcoll.cpp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/icu4c/source/i18n/tblcoll.cpp b/icu4c/source/i18n/tblcoll.cpp index 6ff8827635e..497d1ca0ed2 100644 --- a/icu4c/source/i18n/tblcoll.cpp +++ b/icu4c/source/i18n/tblcoll.cpp @@ -890,26 +890,26 @@ RuleBasedCollator::getRules() const data->ruleTable = temp.getRules(); data->isRuleTableLoaded = TRUE; #ifdef _DEBUG - // the following is useful for specific debugging purposes - UnicodeString name; - cerr << "Table collation rules loaded dynamically for " - << data->desiredLocale.getName(name) - << " at " - << data->realLocaleName - << ", " << dec << data->ruleTable.size() << " characters" - << endl; +// // the following is useful for specific debugging purposes +// UnicodeString name; +// cerr << "Table collation rules loaded dynamically for " +// << data->desiredLocale.getName(name) +// << " at " +// << data->realLocaleName +// << ", " << dec << data->ruleTable.size() << " characters" +// << endl; #endif } else { #ifdef _DEBUG - UnicodeString name; - cerr << "Unable to load table collation rules dynamically for " - << data->desiredLocale.getName(name) - << " at " - << data->realLocaleName - << endl; - cerr << "Status " << errorName(status) << ", mPattern " << temp.mPattern << endl; +// UnicodeString name; +// cerr << "Unable to load table collation rules dynamically for " +// << data->desiredLocale.getName(name) +// << " at " +// << data->realLocaleName +// << endl; +// cerr << "Status " << errorName(status) << ", mPattern " << temp.mPattern << endl; #endif /* SRL have to add this because we now have the situation where DEFAULT is loaded from a binary file w/ no rules. */