Home
last modified time | relevance | path

Searched refs:StrengthProbe (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/tools/colprobe/
H A Dstrengthprobe.cpp29 StrengthProbe::StrengthProbe(CompareFn comparer, GetSortKeyFn getter, UChar SE, in StrengthProbe() function in StrengthProbe
40 StrengthProbe::setProbeChars(UChar B0, UChar B1, UChar B2, UChar B3) in setProbeChars()
51 StrengthProbe::checkSanity() in checkSanity()
100 StrengthProbe::probePrefix(const Line &x, const Line &y, UChar first, UChar second) { in probePrefix()
121 StrengthProbe::probeSuffix(const Line &x, const Line &y, UChar first, UChar second) { in probeSuffix()
141 StrengthProbe::probePrefixNoSep(const Line &x, const Line &y, UChar first, UChar second) { in probePrefixNoSep()
160 StrengthProbe::probeSuffixNoSep(const Line &x, const Line &y, UChar first, UChar second) { in probeSuffixNoSep()
178 StrengthProbe::getStrength(const Line &x, const Line &y) { in getStrength()
222 StrengthProbe
332 StrengthProbe::StrengthProbe(const StrengthProbe &that) { StrengthProbe() function in StrengthProbe
[all...]
H A Dstrengthprobe.h35 class StrengthProbe { class
60 StrengthProbe() {}; in StrengthProbe() function in StrengthProbe
61 StrengthProbe(CompareFn comparer, GetSortKeyFn getter, UChar SE = 0x0030, UChar B0 = 0x0061, UChar B1 = 0x0062, UChar B2 = 0x00E1, UChar B3 = 0x0041); //, UChar LB = 0x0039, UChar UB = 0xfa29);
64 StrengthProbe(const StrengthProbe &that);
65 StrengthProbe &operator=(const StrengthProbe &that);
H A Dsortedlines.h33 StrengthProbe probe;
55 SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, UPrinter *logger, UPrinter *debug);
H A DcolprobeNew.cpp54 void testWin(StrengthProbe &probe, UErrorCode &status) ;
673 StrengthProbe probe(platforms[gPlatformIndexes[0]].comparer, platforms[gPlatformIndexes[0]].skgetter, 0x0030, probeChars[0][0], probeChars[0][1], probeChars[0][2], probeChars[0][3]); in processCollator()
724 StrengthProbe RefProbe(platforms[gRefNum].comparer, platforms[gRefNum].skgetter); in processCollator()
738 StrengthProbe RefProbe(platforms[gRefNum].comparer, platforms[gRefNum].skgetter); in processCollator()
1043 void testWin(StrengthProbe &probe, UErrorCode &status) in testWin()
H A Dsortedlines.cpp9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, in SortedLines()

Completed in 6 milliseconds