Lines Matching defs:noConts

399   int32_t noConts = 0;
412 noConts = detectContractions(toSort, size, toSort, size,
433 noConts += detectContractions(toSort, size, deltaPP, deltaPSize,
435 noConts += detectContractions(deltaPP, deltaPSize, toSort, size,
478 return noConts;
488 int32_t noConts = 0;
499 logger->log("\rTesting %05i/%05i. Found %05i conts.", i, firstSize, noConts);
508 if(noConts == capacity) {
509 return noConts;
597 noteContraction("L", lesserToAddTo, lesserToAddToSize, firstRep[i], secondRep[j], noConts, status);
601 noteContraction("U", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
609 noteContraction("D", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
614 noteContraction("D1", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
652 noteContraction("!1", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
670 noteContraction("!2", toAddTo, toAddToSize, firstRep[i], secondRep[j-1], noConts, status);
686 noteContraction("!3", toAddTo, toAddToSize, firstRep[i], secondRep[j-1], noConts, status);
687 noteContraction("!3", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
689 noteContraction("!4", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
695 noteContraction("!5", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status);
707 return noConts;
711 SortedLines::noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right, int32_t &noConts, UErrorCode &status)
782 noConts++;
801 if(noConts > size/2) {