Home | History | Annotate | Download | only in cintltst

Lines Matching defs:doTestVariant

268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
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);