Lines Matching refs:doTest
449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest() function
613 doTest(coll, t1, t2, result); in genericOrderingTestWithResult()
754 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
780 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
805 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
829 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
857 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS); in TestExtra()
961 doTest(myCollator, X, Y, UCOL_EQUAL); in TestJB1401()
962 doTest(myCollator, X, Z, UCOL_EQUAL); in TestJB1401()
963 doTest(myCollator, Y, Z, UCOL_EQUAL); in TestJB1401()
1128 doTest(enCollation, source[count], target[count], UCOL_LESS); in TestSurrogates()
1131 doTest(enCollation, source[count], target[count], UCOL_GREATER); in TestSurrogates()
1137 doTest(myCollation, source[count], target[count], UCOL_LESS); in TestSurrogates()
1251 doTest(c1,X,Y,results1098[i]); in TestJitterbug1098()