Lines Matching refs:debug
10 UPrinter *logger, UPrinter *debug) :
22 debug(debug),
60 debug->log(toString(), true);
105 debug->log(toSort[size-j]->toString());
106 debug->log(" is not good enough to be an upper bound\n");
111 debug->log("Oi! I'm hallucinating. Will use the first upper bound");
125 //debug->log(UB[i], true);
126 debug->log(UB[i]->toString(true), true);
196 debug->log("Problem detected in distances from empty. Most probably word sort is on\n");
202 debug->log("Distances from empty string\n");
203 debug->log(toStringFromEmpty(), true);
226 debug->log("\n*** Order after detecting contractions\n\n");
228 debug->log(toPrettyString(false, true), true);
350 if(!debug->isOn()) {
498 if(!debug->isOn()) {
520 debug->log("Skipping duplicator ");
521 debug->log(secondRep[j]->toString(), true);
730 debug->log("Con -");
731 debug->log(msg);
732 debug->log(toAdd.toString(false), true);
742 debug->log("Con -");
743 debug->log(msg);
744 debug->log(toAdd.toString(false), true);
754 debug->log("Con -");
755 debug->log(msg);
756 debug->log(toAdd.toString(false), true);
771 debug->log("Con -");
772 debug->log(msg);
773 debug->log(toAdd.toString(false), true);
783 debug->log(msg);
784 debug->log(" Con + ");
785 debug->log(toAdd.toString(false), true);
790 debug->log(left->dumpSortkey());
791 debug->log(" + ");
796 debug->log(right->dumpSortkey());
797 debug->log(" = ");
800 debug->log(toAdd.dumpSortkey(), true);
1219 debug->log("Exp -N: ");
1220 debug->log(toSort[i]->toString(false));
1221 debug->log(" / ");
1222 debug->log(expansionLine.toString(false), true);
1236 if(debug->isOn()) {
1237 debug->log("Exp + : &");
1238 debug->log(toSort[j]->toString(false));
1239 debug->log(toSort[i]->strengthToString(toSort[i]->expStrength, true));
1240 debug->log(toSort[i]->toString(false));
1241 debug->log(" ");
1245 debug->log(toSort[j]->dumpSortkey());
1246 debug->log(" ... ");
1250 debug->log(toSort[i]->dumpSortkey());
1252 debug->log("/");
1253 debug->log(expansionLine.dumpSortkey(), true);
1426 SortedLines::SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status) :
1435 debug(debug),
1445 debug->log("*** loading a dump\n");
1454 debug->log("Read size %i, frenchSecondary %i and upperFirst %i\n", size, newFrench, newUpperFirst);
2029 debug->log("\nRemoving\n");
2030 debug->log(toRemove.toPattern(compString, true), true);