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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationDummyTest.java504 doTestVariant(collation, s, t, result);
506 doTestVariant(collation, t, s, 1);
508 doTestVariant(collation, t, s, -1);
510 doTestVariant(collation, t, s, 0);
518 doTestVariant(collation, s, t, result);
520 doTestVariant(collation, t, s, 1);
522 doTestVariant(collation, t, s, -1);
524 doTestVariant(collation, t, s, 0);
528 private void doTestVariant(Collator collation, String source, String target, int result) { method in class:CollationDummyTest
H A DCollationTest.java75 doTestVariant(test, col, source, target, result);
77 doTestVariant(test, col, target, source, 1);
80 doTestVariant(test, col, target, source, -1);
83 doTestVariant(test, col, target, source, 0);
212 private static void doTestVariant(TestFmwk test, method in class:CollationTest
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java501 doTestVariant(collation, s, t, result);
503 doTestVariant(collation, t, s, 1);
505 doTestVariant(collation, t, s, -1);
507 doTestVariant(collation, t, s, 0);
515 doTestVariant(collation, s, t, result);
517 doTestVariant(collation, t, s, 1);
519 doTestVariant(collation, t, s, -1);
521 doTestVariant(collation, t, s, 0);
525 private void doTestVariant(Collator collation, String source, String target, int result) { method in class:CollationDummyTest
H A DCollationTest.java72 doTestVariant(test, col, source, target, result);
74 doTestVariant(test, col, target, source, 1);
77 doTestVariant(test, col, target, source, -1);
80 doTestVariant(test, col, target, source, 0);
209 private static void doTestVariant(TestFmwk test, method in class:CollationTest
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp128 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) function in class:IntlTestCollator
249 doTestVariant(col, source, target, result);
251 doTestVariant(col, target, source, Collator::GREATER);
253 doTestVariant(col, target, source, Collator::LESS);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c270 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) function
455 doTestVariant(myCollation, source, target, result);
457 doTestVariant(myCollation, target, source, UCOL_GREATER);
459 doTestVariant(myCollation, target, source, UCOL_LESS);
461 doTestVariant(myCollation, target, source, UCOL_EQUAL);

Completed in 445 milliseconds