Home | History | Annotate | Download | only in intltest

Lines Matching full:collator

38     coll = Collator::createInstance(Locale("th", "TH", ""), status);
40 //coll->setStrength(Collator::TERTIARY);
55 dataerrln(__FILE__ " cannot test - failed to create collator.");
71 * Read the external names list, and confirms that the collator
77 errln("Error: could not construct Thai collator");
106 Collator::EComparisonResult result = coll->compare(lastWord, word);
119 * sorted order, and confirm that the collator compares each line as
124 errln("Error: could not construct Thai collator");
154 doTest(coll, lastWord, word, Collator::LESS);
245 errln("Error: could not construct Thai collator");
255 void CollationThaiTest::compareArray(Collator& c, const char* tests[],
259 Collator::EComparisonResult expect;
261 expect = Collator::LESS;
263 expect = Collator::GREATER;
265 expect = Collator::EQUAL;
300 // Collator.compare worked OK; now try the collation keys
373 errln("Error opening Thai collator: %s", u_errorName(coll_status));
453 errln("Couldn't instantiate collator from rules");