Searched refs:notFoundCount (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1311 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 1458 …notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], s… in monkeyTest() 1465 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthN… in monkeyTest() 1470 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", … in monkeyTest() 1477 …notFoundCount += 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()
|