Lines Matching refs:myCollation

140     UCollator *myCollation;  in TestG7Locales()  local
149 myCollation = ucol_open(locale, &status); in TestG7Locales()
150 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestG7Locales()
151 ucol_setAttribute(myCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status); in TestG7Locales()
156 ucol_close(myCollation); in TestG7Locales()
160 defRules = ucol_getRules(myCollation, &rlen); in TestG7Locales()
164 ucol_close(myCollation); in TestG7Locales()
172 ucol_close(myCollation); in TestG7Locales()
178 myCollation = tblColl1; in TestG7Locales()
190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); in TestG7Locales()
194 ucol_close(myCollation); in TestG7Locales()
200 UCollator *myCollation; in TestDemo1() local
210 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in TestDemo1()
222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); in TestDemo1()
226 ucol_close(myCollation); in TestDemo1()
231 UCollator *myCollation; in TestDemo2() local
241 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo2()
252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); in TestDemo2()
255 ucol_close(myCollation); in TestDemo2()
260 UCollator *myCollation; in TestDemo3() local
270 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo3()
282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); in TestDemo3()
285 ucol_close(myCollation); in TestDemo3()
290 UCollator *myCollation; in TestDemo4() local
300 myCollation = ucol_openRules(temp, len, UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestDemo4()
311 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS); in TestDemo4()
314 ucol_close(myCollation); in TestDemo4()