Home | History | Annotate | Download | only in cintltst

Lines Matching defs:myCollation

36 static UCollator *myCollation = NULL;
268 myCollation = ucol_open("en_US", &status);
275 ucol_setStrength(myCollation, UCOL_TERTIARY);
278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
287 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
299 doTest(myCollation, testMore[i], testMore[j], expected );
302 ucol_close(myCollation);
310 myCollation = ucol_open("en_US", &status);
315 ucol_setStrength(myCollation, UCOL_PRIMARY);
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
321 ucol_close(myCollation);
329 myCollation = ucol_open("en_US", &status);
334 ucol_setStrength(myCollation, UCOL_SECONDARY);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
351 doTest(myCollation, testAcute[i], testAcute[j], expected );
354 ucol_close(myCollation);