Lines Matching refs:noteContraction
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);
711 SortedLines::noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right, int32_t &noConts, UErrorCode &status)