Home | History | Annotate | Download | only in intltest

Lines Matching defs:altPattern

1304 int32_t SSearchTest::monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
1309 //int32_t expectedStart = prefix.length(), expectedEnd = prefix.length() + altPattern.length();
1334 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd);
1336 usearch_setPattern(uss.getAlias(), altPattern.getBuffer(), altPattern.length(), &status);
1381 UnicodeString pattern, altPattern;
1453 generateTestCase(coll, monkeys, monkeyCount, pattern, altPattern);
1458 notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed);
1465 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed);
1470 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
1477 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);