Home | History | Annotate | Download | only in intltest

Lines Matching refs:IntlTestCollator

8  * IntlTestCollator is the medium level test class for everything in the directory "collate".
57 void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
239 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) {
244 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
268 IntlTestCollator::reportCResult( const UnicodeString &source, const UnicodeString &target,
339 IntlTestCollator::appendCompareResult(Collator::EComparisonResult result,
365 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target)
386 void IntlTestCollator::backAndForth(CollationElementIterator &iter)
483 IntlTestCollator::Order *IntlTestCollator::getOrders(CollationElementIterator &iter, int32_t &orderLength)