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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1312 int32_t notFoundCount = 0; local
1331 notFoundCount += 1;
1348 notFoundCount += 1;
1351 return notFoundCount;
1443 int32_t notFoundCount = 0; local
1459 notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed);
1466 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed);
1471 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
1478 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);
1481 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount);
[all...]

Completed in 64 milliseconds