Home | History | Annotate | Download | only in intltest

Lines Matching refs:alt

223         const UnicodeString *alt = testCase->getAttribute("alternate_handling");
224 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
225 if (alt != NULL && *alt == "SHIFTED") {
571 const UnicodeString *alt = testCase->getAttribute("alternate_handling");
572 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
573 if (alt != NULL && *alt == "SHIFTED") {
1703 UnicodeString alt;
1743 alt.append(*string);
1748 const CEList altCEs(coll, alt, status);
1751 return alternate.append(alt);
2177 testCase.append(/*alt*/pattern);
2312 BoyerMooreSearch alt(data, altPattern, NULL, status);
2317 alt.empty()) {
2323 notFoundCount += bmMonkeyTestCase(coll, pattern, pattern, altPattern, &pat, &alt, "pattern", strengthNames[s], seed);
2327 testCase.append(/*alt*/pattern);
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);