Home | History | Annotate | Download | only in cintltst

Lines Matching defs:myCollation

36 static UCollator *myCollation;
105 myCollation = ucol_open("de_DE", &status);
111 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
112 ucol_setStrength(myCollation, UCOL_TERTIARY);
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
117 ucol_close(myCollation);
125 myCollation = ucol_open("de_DE", &status);
131 ucol_setStrength(myCollation, UCOL_PRIMARY);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
136 ucol_close(myCollation);