Home
last modified time | relevance | path

Searched refs:excludeBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/colprobe/
Dsortedlines.h31 UnicodeSet excludeBounds; variable
55 …SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, UP…
Dsortedlines.cpp9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProb… in SortedLines() argument
17 excludeBounds(excludeBounds), in SortedLines()
68 while(excludeBounds.contains(UnicodeString(toSort[i-j]->name, toSort[i-j]->len))) { in getBounds()