Searched refs:notFoundCount (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1312 int32_t notFoundCount = 0; in monkeyTestCase() local 1331 notFoundCount += 1; in monkeyTestCase() 1348 notFoundCount += 1; in monkeyTestCase() 1351 return notFoundCount; in monkeyTestCase() 1443 int32_t notFoundCount = 0; in monkeyTest() local 1459 …notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], s… in monkeyTest() 1466 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthN… in monkeyTest() 1471 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", … in monkeyTest() 1478 …notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthN… in monkeyTest() 1481 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount); in monkeyTest()
|