Home | History | Annotate | Download | only in cintltst

Lines Matching refs:doTest

449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
613 doTest(coll, t1, t2, result);
754 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
780 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
805 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
829 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
857 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS);
959 * doTest does both strcoll and sort keys, with params in both orders.
961 doTest(myCollator, X, Y, UCOL_EQUAL);
962 doTest(myCollator, X, Z, UCOL_EQUAL);
963 doTest(myCollator, Y, Z, UCOL_EQUAL);
1128 doTest(enCollation, source[count], target[count], UCOL_LESS);
1131 doTest(enCollation, source[count], target[count], UCOL_GREATER);
1137 doTest(myCollation, source[count], target[count], UCOL_LESS);
1251 doTest(c1,X,Y,results1098[i]);