Lines Matching refs:suffix
1281 errln("Could not get good suffix table.");
2212 UnicodeString suffix, altSuffix;
2276 // TODO: try alternate prefix and suffix too?
2284 generateTestCase(coll, monkeys, monkeyCount, suffix, altSuffix);
2296 testCase.append(suffix);
2298 // prefix + pattern + suffix
2299 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
2303 testCase.append(suffix);
2305 // pattern + suffix
2306 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);
2350 UnicodeString suffix, altSuffix;
2429 // TODO: try alternate prefix and suffix too?
2437 generateTestCase(coll, monkeys, monkeyCount, suffix, altSuffix);
2464 testCase.append(suffix);
2466 // prefix + pattern + suffix
2467 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "prefix + pattern + suffix", strengthNames[s], seed);
2471 testCase.append(suffix);
2473 // pattern + suffix
2474 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "pattern + suffix", strengthNames[s], seed);