Searched refs:strengthNames (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1399 const char *strengthNames[] = {"primary", "secondary", "tertiary"}; in monkeyTest() local 1417 if (breakType == strengthNames[s]) { in monkeyTest() 1444 logln("Setting strength to %s.", strengthNames[s]); in monkeyTest() 1458 …oundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed); in monkeyTest() 1465 …+= monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed); in monkeyTest() 1470 …TestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed); in monkeyTest() 1477 …+= monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed); in monkeyTest() 1480 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount); in monkeyTest()
|