Home | History | Annotate | Download | only in intltest

Lines Matching refs:alt

192         const UnicodeString *alt = testCase->getAttribute("alternate_handling");
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1100 UnicodeString alt;
1140 alt.append(*string);
1145 const CEList altCEs(coll, alt, status);
1148 return alternate.append(alt);
1463 testCase.append(/*alt*/pattern);