Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.cpp9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProb… 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::setSortingArray(Line **sortingArray, Line *elements, int32_t sizeToSort) { in setSortingArray()
268 SortedLines::setSortingArray(Line **sortingArray, Hashtable *table) { in setSortingArray()
280 SortedLines::sort(Line **sortingArray, int32_t sizeToSort, UBool setStrengths, UBool link) { in sort()
[all …]
Dsortedlines.h19 class SortedLines {
38 SortedLines() {}; in SortedLines() function
55SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, UP…
56 SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status);
57 ~SortedLines();
92 void reduceDifference(SortedLines& reference);
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()