Home | History | Annotate | Download | only in intltest

Lines Matching refs:myCollation

21 : myCollation(0)
27 myCollation = new RuleBasedCollator(rules, status);
32 if (myCollation != NULL)
34 delete myCollation;
36 myCollation = new RuleBasedCollator(ruleset, status);
39 delete myCollation;
40 myCollation = 0;
46 delete myCollation;
95 myCollation->setStrength(Collator::TERTIARY);
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
106 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
107 myCollation->setStrength(Collator::PRIMARY);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
123 myCollation->setStrength(Collator::SECONDARY);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
133 myCollation->setStrength(Collator::TERTIARY);
138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS);
146 myCollation->setStrength(Collator::IDENTICAL);
149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
196 if(myCollation) {