Home
last modified time | relevance | path

Searched refs:altPattern (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1314 …coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern, in monkeyTestCase() argument
1344 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1346 usearch_setPattern(uss.getAlias(), altPattern.getBuffer(), altPattern.length(), &status); in monkeyTestCase()
1391 UnicodeString pattern, altPattern; in monkeyTest() local
1463 generateTestCase(coll, monkeys, monkeyCount, pattern, altPattern); in monkeyTest()
1468 …notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], s… in monkeyTest()
1475 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthN… in monkeyTest()
1480 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", … in monkeyTest()
1487 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthN… in monkeyTest()
Dssearch.h44 …coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,