Home | History | Annotate | Download | only in intltest

Lines Matching refs:strengthNames

2209     const char *strengthNames[] = {"primary", "secondary", "tertiary"};
2227 if (breakType == strengthNames[s]) {
2254 logln("Setting strength to %s.", strengthNames[s]);
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);
2346 const char *strengthNames[] = {"primary", "secondary", "tertiary"};
2364 if (breakType == strengthNames[s]) {
2391 logln("Setting strength to %s.", strengthNames[s]);
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);