Home | History | Annotate | Download | only in intltest

Lines Matching refs:strengthNames

2114     const char *strengthNames[] = {"primary", "secondary", "tertiary"};
2132 if (breakType == strengthNames[s]) {
2159 logln("Setting strength to %s.", strengthNames[s]);
2173 notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed);
2180 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed);
2185 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
2192 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);
2195 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount);
2251 const char *strengthNames[] = {"primary", "secondary", "tertiary"};
2269 if (breakType == strengthNames[s]) {
2296 logln("Setting strength to %s.", strengthNames[s]);
2323 notFoundCount += bmMonkeyTestCase(coll, pattern, pattern, altPattern, &pat, &alt, "pattern", strengthNames[s], seed);
2330 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "prefix + pattern", strengthNames[s], seed);
2335 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "prefix + pattern + suffix", strengthNames[s], seed);
2342 notFoundCount += bmMonkeyTestCase(coll, testCase, pattern, altPattern, &pat, &alt, "pattern + suffix", strengthNames[s], seed);
2347 logln("For strength %s the not found count is %d.", strengthNames[s], notFoundCount);