Home | History | Annotate | Download | only in cintltst

Lines Matching refs:myCollation

139     UCollator *myCollation, *tblColl1;
147 myCollation = ucol_open(locales[i], &status);
148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
149 ucol_setAttribute(myCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
157 defRules = ucol_getRules(myCollation, &rlen);
163 ucol_close(myCollation);
182 ucol_close(myCollation);
189 UCollator *myCollation;
199 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
215 ucol_close(myCollation);
220 UCollator *myCollation;
230 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
241 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
244 ucol_close(myCollation);
249 UCollator *myCollation;
259 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
271 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
274 ucol_close(myCollation);
279 UCollator *myCollation;
289 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
300 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS);
303 ucol_close(myCollation);