Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, in SortedLines() function in SortedLines
40 SortedLines::~SortedLines() in ~SortedLines()
58 SortedLines::getBounds(UErrorCode &status) { in getBounds()
134 SortedLines::classifyRepertoire() { in classifyRepertoire()
207 SortedLines::analyse(UErrorCode &status) { in analyse()
232 void SortedLines::init() in init()
240 void SortedLines::init(UnicodeSet &rep, Line *lin) in init()
260 SortedLines
1426 SortedLines::SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status) : SortedLines() function in SortedLines
[all...]
H A Dsortedlines.h19 class SortedLines { class
38 SortedLines() {}; in SortedLines() function in SortedLines
55 SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, UPrinter *logger, UPrinter *debug);
56 SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status);
57 ~SortedLines();
92 void reduceDifference(SortedLines& reference);
H A DcolprobeNew.cpp707 SortedLines lines(exemplarUSet, gExcludeSet, probe, logger, debug); in processCollator()
726 SortedLines RefLines(exemplarUSet, gExcludeSet, RefProbe, logger, debug); in processCollator()
740 SortedLines RefLines(exemplarUSet, gExcludeSet, RefProbe, logger, debug); in processCollator()
754 SortedLines han(exemplarUSet, gExcludeSet, probe, logger, debug); in processCollator()
876 SortedLines tailoring(fTailoringDump, logger, debug, status); in main()
878 SortedLines reference(fDefaultDump, logger, debug, status); in main()

Completed in 4 milliseconds