Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp597 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("! in detectContractions()
711 SortedLines::noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right, int32_t &noConts, UErrorCode &status) noteContraction() function in SortedLines
[all...]
H A Dsortedlines.h115 void noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right, int32_t &noConts, UErrorCode &status);
H A 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()

Completed in 9 milliseconds