Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_open

93   UCollator *coll = ucol_open(NULL, &status);
265 ucol_open, ucol_strcoll, getStrength/setStrength
292 col = ucol_open("en_US", &status);
372 ruled = ucol_open("da_DK", &status);
396 col = ucol_open("fr_FR", &status);
465 col3= ucol_open(NULL, &status);
504 col2 = ucol_open("en_US", &status);
558 col = ucol_open("en_US", &status);
602 en_US = ucol_open("en_US", &status);
603 el_GR = ucol_open("el_GR", &status);
604 vi_VN = ucol_open("vi_VN", &status);
658 someCollators[0] = ucol_open("en_US", &err);
659 someCollators[1] = ucol_open("ko", &err);
660 someCollators[2] = ucol_open("ja_JP", &err);
741 col=ucol_open("de@collation=phonebook", &err);
797 UCollator * col = ucol_open("en_US", &err);
912 TestOpenVsOpenRules ensures that collators from ucol_open and ucol_openRules
961 c1 = ucol_open(curLoc, &err);
1079 /* col = ucol_open(NULL, &status); */
1080 col = ucol_open("en_US", &status);
1205 col = ucol_open("en_US", &status);
1260 col = ucol_open("en_US", &status);
1407 coll = ucol_open(testStruct[i].requestedLocale, &status);
1430 UCollator *defaultColl = ucol_open(NULL, &status);
1431 coll = ucol_open("blahaha", &status);
1504 UCollator *coll = ucol_open("sh", &status);
1690 UCollator *coll = ucol_open("root", &status);
1719 UCollator *coll = ucol_open(NULL, &error);
1875 UCollator *coll = ucol_open("en", &status);
2178 coll = ucol_open(tests[i].locale, &status);
2253 UCA = ucol_open("root", &status);
2287 UCollator *coll = ucol_open("es@collation=pinyin", &status);
2312 UCollator *coll = ucol_open(loc, &status);
2314 log_info("Warning: ucol_open(%s, ...) returned %s, at least it didn't crash.\n", loc, u_errorName(status));
2318 log_err("ucol_open(%s, ...) should return an error or some sort of U_USING_FALLBACK_WARNING, but returned %s\n", loc, u_errorName(status));
2426 coll = ucol_open(NULL, &status);