Searched refs:notFoundCount (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1321 int32_t notFoundCount = 0; in monkeyTestCase() local 1340 notFoundCount += 1; in monkeyTestCase() 1357 notFoundCount += 1; in monkeyTestCase() 1360 return notFoundCount; in monkeyTestCase() 1452 int32_t notFoundCount = 0; in monkeyTest() local 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() 1490 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount); in monkeyTest()
|