Home | History | Annotate | Download | only in intltest

Lines Matching refs:notFoundCount

2075     int32_t notFoundCount = 0;
2094 notFoundCount += 1;
2111 notFoundCount += 1;
2114 return notFoundCount;
2125 int32_t notFoundCount = 0;
2140 notFoundCount += 1;
2156 notFoundCount += 1;
2160 return notFoundCount;
2252 int32_t notFoundCount = 0;
2268 notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed);
2275 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed);
2280 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
2287 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);
2290 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount);
2389 int32_t notFoundCount = 0;
2418 notFoundCount += bmMonkeyTestCase(coll, pattern, pattern, altPattern, &pat, &alt, "pattern", strengthNames[s], seed);
2425 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "prefix + pattern", strengthNames[s], seed);
2430 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "prefix + pattern + suffix", strengthNames[s], seed);
2437 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "pattern + suffix", strengthNames[s], seed);
2442 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount);