Home | History | Annotate | Download | only in intltest

Lines Matching refs:myCollation

27 : myCollation(0)
30 myCollation = Collator::createInstance(Locale::getCanadaFrench(), status);
31 if(!myCollation || U_FAILURE(status)) {
34 delete myCollation;
35 myCollation = NULL;
41 delete myCollation;
141 myCollation->setStrength(Collator::TERTIARY);
142 myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status);
143 myCollation->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status);
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
163 //myCollation->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, status);
164 myCollation->setStrength(Collator::SECONDARY);
180 doTest(myCollation, testAcute[i], testAcute[j], expected );
189 myCollation->setStrength(Collator::TERTIARY);
194 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
203 if((!myCollation) && exec) {