Searched refs:doTestVariant (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dtscoll.h36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
H A Dtscoll.cpp137 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
258 doTestVariant(col, source, target, result);
260 doTestVariant(col, target, source, Collator::GREATER);
262 doTestVariant(col, target, source, Collator::LESS);
/external/icu4c/test/intltest/
H A Dtscoll.h36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
H A Dtscoll.cpp140 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
261 doTestVariant(col, source, target, result);
263 doTestVariant(col, target, source, Collator::GREATER);
265 doTestVariant(col, target, source, Collator::LESS);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcallcoll.c268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
424 doTestVariant(myCollation, source, target, result);
426 doTestVariant(myCollation, target, source, UCOL_GREATER);
428 doTestVariant(myCollation, target, source, UCOL_LESS);
430 doTestVariant(myCollation, target, source, UCOL_EQUAL);
/external/icu4c/test/cintltst/
H A Dcallcoll.c268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
424 doTestVariant(myCollation, source, target, result);
426 doTestVariant(myCollation, target, source, UCOL_GREATER);
428 doTestVariant(myCollation, target, source, UCOL_LESS);
430 doTestVariant(myCollation, target, source, UCOL_EQUAL);

Completed in 90 milliseconds