Lines Matching refs:myCollation

102         LocalPointer<Collator> myCollation(Collator::createInstance(locale, status));  in TestG7Locales()  local
107 myCollation->setStrength(Collator::QUATERNARY); in TestG7Locales()
108 myCollation->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status); in TestG7Locales()
114 const UnicodeString &rules = ((RuleBasedCollator*)myCollation.getAlias())->getRules(); in TestG7Locales()
128 myCollation.adoptInstead(tblColl1); in TestG7Locales()
143 …doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); in TestG7Locales()
162 RuleBasedCollator *myCollation = new RuleBasedCollator(newRules, status); in TestDemo1() local
175 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); in TestDemo1()
179 delete myCollation; in TestDemo1()
196 RuleBasedCollator *myCollation = new RuleBasedCollator(newRules, status); in TestDemo2() local
209 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); in TestDemo2()
213 delete myCollation; in TestDemo2()
230 RuleBasedCollator *myCollation = new RuleBasedCollator(newRules, status); in TestDemo3() local
243 … doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); in TestDemo3()
247 delete myCollation; in TestDemo3()
265 RuleBasedCollator *myCollation = new RuleBasedCollator(newRules, status); in TestDemo4() local
272 … doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS); in TestDemo4()
276 delete myCollation; in TestDemo4()