Home | History | Annotate | Download | only in cintltst

Lines Matching refs:myCollation

143     UCollator *myCollation, *tblColl1;
151 myCollation = ucol_open(locales[i], &status);
152 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
153 ucol_setAttribute(myCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
161 defRules = ucol_getRules(myCollation, &rlen);
167 ucol_close(myCollation);
186 ucol_close(myCollation);
193 UCollator *myCollation;
203 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status);
215 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
219 ucol_close(myCollation);
224 UCollator *myCollation;
234 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
245 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
248 ucol_close(myCollation);
253 UCollator *myCollation;
263 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
275 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
278 ucol_close(myCollation);
283 UCollator *myCollation;
293 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
304 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS);
307 ucol_close(myCollation);