Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1311 int32_t notFoundCount = 0; in monkeyTestCase() local
1330 notFoundCount += 1; in monkeyTestCase()
1347 notFoundCount += 1; in monkeyTestCase()
1350 return notFoundCount; in monkeyTestCase()
1442 int32_t notFoundCount = 0; in monkeyTest() local
1458notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], s… in monkeyTest()
1465notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthN… in monkeyTest()
1470notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", … in monkeyTest()
1477notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthN… in monkeyTest()
1480 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount); in monkeyTest()