Lines Matching defs:probe
54 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]);
674 sanityResult = probe.checkSanity();
678 sanityResult = probe.setProbeChars(probeChars[j][0], probeChars[j][1], probeChars[j][2], probeChars[j][3]);
681 logger->log("Bad choice of probe characters! Sanity returned %i. Exiting\n", sanityResult, sanityResult);
707 SortedLines lines(exemplarUSet, gExcludeSet, probe, logger, debug);
754 SortedLines han(exemplarUSet, gExcludeSet, probe, logger, debug);
1043 void testWin(StrengthProbe &probe, UErrorCode &status)
1059 if(probe.distanceFromEmptyString(myCh) == UCOL_IDENTICAL) {
1070 if(probe.compare(kLine, inter) < 0) {
1071 if(probe.compare(trial, combo) >= 0) {