Searched refs:noteContraction (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/tools/colprobe/ |
D | sortedlines.cpp | 597 …noteContraction("L", lesserToAddTo, lesserToAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 601 noteContraction("U", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 609 noteContraction("D", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 614 noteContraction("D1", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 652 noteContraction("!1", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 670 … noteContraction("!2", toAddTo, toAddToSize, firstRep[i], secondRep[j-1], noConts, status); in detectContractions() 686 … noteContraction("!3", toAddTo, toAddToSize, firstRep[i], secondRep[j-1], noConts, status); in detectContractions() 687 … noteContraction("!3", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 689 … noteContraction("!4", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() 695 … noteContraction("!5", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions() [all …]
|
D | colprobe.cpp | 766 noteContraction(Line *line) { in noteContraction() function 838 noteContraction(*prevLine); in analyzeContractions() 845 noteContraction(*(lines+j)); in analyzeContractions() 871 noteContraction(*(lines+j)); in analyzeContractions() 879 noteContraction(*prevLine); in analyzeContractions() 880 noteContraction(*currLine); in analyzeContractions()
|
D | sortedlines.h | 115 …void noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right…
|