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

/external/chromium_org/third_party/icu/source/test/intltest/
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/icu4c/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/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
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
452 doTestVariant(myCollation, source, target, result);
454 doTestVariant(myCollation, target, source, UCOL_GREATER);
456 doTestVariant(myCollation, target, source, UCOL_LESS);
458 doTestVariant(myCollation, target, source, UCOL_EQUAL);

Completed in 1156 milliseconds