Home
last modified time | relevance | path

Searched refs:noteContraction (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/tools/colprobe/
Dsortedlines.cpp597noteContraction("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()
670noteContraction("!2", toAddTo, toAddToSize, firstRep[i], secondRep[j-1], noConts, status); in detectContractions()
686noteContraction("!3", toAddTo, toAddToSize, firstRep[i], secondRep[j-1], noConts, status); in detectContractions()
687noteContraction("!3", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions()
689noteContraction("!4", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions()
695noteContraction("!5", toAddTo, toAddToSize, firstRep[i], secondRep[j], noConts, status); in detectContractions()
[all …]
Dcolprobe.cpp766 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()
Dsortedlines.h115 …void noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right…