Searched refs:excludeBounds (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.h | 31 UnicodeSet excludeBounds; member in SortedLines 55 SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, UPrinter *logger, UPrinter *debug);
|
H A D | sortedlines.cpp | 9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, in SortedLines() argument 17 excludeBounds(excludeBounds), in SortedLines() 68 while(excludeBounds.contains(UnicodeString(toSort[i-j]->name, toSort[i-j]->len))) { in getBounds() 118 while(excludeBounds.contains(UnicodeString(toSort[size-j]->name, toSort[size-j]->len))) { in getBounds()
|
Completed in 4 milliseconds