Searched defs:doTestVariant (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp144 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
265 doTestVariant(col, source, target, result);
267 doTestVariant(col, target, source, Collator::GREATER);
269 doTestVariant(col, target, source, Collator::LESS);
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
247 doTestVariant(col, source, target, result);
249 doTestVariant(col, target, source, Collator::GREATER);
251 doTestVariant(col, target, source, Collator::LESS);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
453 doTestVariant(myCollation, source, target, result);
455 doTestVariant(myCollation, target, source, UCOL_GREATER);
457 doTestVariant(myCollation, target, source, UCOL_LESS);
459 doTestVariant(myCollation, target, source, UCOL_EQUAL);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
453 doTestVariant(myCollation, source, target, result);
455 doTestVariant(myCollation, target, source, UCOL_GREATER);
457 doTestVariant(myCollation, target, source, UCOL_LESS);
459 doTestVariant(myCollation, target, source, UCOL_EQUAL);

Completed in 159 milliseconds