Home | History | Annotate | Download | only in intltest

Lines Matching refs:suffix

1282         errln("Could not get good suffix table.");
2224 UnicodeString suffix, altSuffix;
2288 // TODO: try alternate prefix and suffix too?
2296 generateTestCase(coll, monkeys, monkeyCount, suffix, altSuffix);
2308 testCase.append(suffix);
2310 // prefix + pattern + suffix
2311 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
2315 testCase.append(suffix);
2317 // pattern + suffix
2318 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);
2363 UnicodeString suffix, altSuffix;
2431 // TODO: try alternate prefix and suffix too?
2439 generateTestCase(coll, monkeys, monkeyCount, suffix, altSuffix);
2466 testCase.append(suffix);
2468 // prefix + pattern + suffix
2469 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "prefix + pattern + suffix", strengthNames[s], seed);
2473 testCase.append(suffix);
2475 // pattern + suffix
2476 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "pattern + suffix", strengthNames[s], seed);