Lines Matching refs:Collator
97 Collator *myCollation= 0; in TestG7Locales()
102 myCollation = Collator::createInstance(locales[i], status); in TestG7Locales()
108 myCollation->setStrength(Collator::QUATERNARY); in TestG7Locales()
149 … doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); in TestG7Locales()
162 Collator *col = Collator::createInstance("en_US", status); in TestDemo1()
184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); in TestDemo1()
196 Collator *col = Collator::createInstance("en_US", status); in TestDemo2()
218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); in TestDemo2()
230 Collator *col = Collator::createInstance("en_US", status); in TestDemo3()
252 … doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); in TestDemo3()
264 Collator *col = Collator::createInstance("en_US", status); in TestDemo4()
281 … doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS); in TestDemo4()