Lines Matching refs:coll
43 coll = Collator::createInstance(Locale("th", "TH", ""), status); in CollationThaiTest()
44 if (coll && U_SUCCESS(status)) { in CollationThaiTest()
47 delete coll; in CollationThaiTest()
48 coll = 0; in CollationThaiTest()
53 delete coll; in ~CollationThaiTest()
59 if((!coll) && exec) { in runIndexedTest()
81 if (coll == 0) { in TestNamesList()
111 Collator::EComparisonResult result = coll->compare(lastWord, word); in TestNamesList()
112 doTest(coll, lastWord, word, result); in TestNamesList()
128 if (coll == 0) { in TestDictionary()
158 int32_t result = coll->compare(lastWord, word); in TestDictionary()
173 coll->getCollationKey(lastWord, k1, status); in TestDictionary()
174 coll->getCollationKey(word, k2, status); in TestDictionary()
247 if (coll == 0) { in TestCornerCases()
251 compareArray(*coll, TESTS, TESTS_length); in TestCornerCases()
380 …CollationElementIterator* c = ((RuleBasedCollator *)coll)->createCollationElementIterator( iterato… in TestInvalidThai()
452 LocalPointer<Collator> coll2(coll->clone()); in TestReordering()