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