Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_open

96   UCollator *coll = ucol_open(NULL, &status);
268 ucol_open, ucol_strcoll, getStrength/setStrength
295 col = ucol_open("en_US", &status);
375 ruled = ucol_open("da_DK", &status);
399 col = ucol_open("fr_FR", &status);
467 col3= ucol_open(NULL, &status);
506 col2 = ucol_open("en_US", &status);
556 col = ucol_open("en_US", &status);
600 en_US = ucol_open("en_US", &status);
601 el_GR = ucol_open("el_GR", &status);
602 vi_VN = ucol_open("vi_VN", &status);
656 someCollators[0] = ucol_open("en_US", &err);
657 someCollators[1] = ucol_open("ko", &err);
658 someCollators[2] = ucol_open("ja_JP", &err);
739 col=ucol_open("de@collation=phonebook", &err);
795 UCollator * col = ucol_open("en_US", &err);
910 TestOpenVsOpenRules ensures that collators from ucol_open and ucol_openRules
959 c1 = ucol_open(curLoc, &err);
1077 /* col = ucol_open(NULL, &status); */
1078 col = ucol_open("en_US", &status);
1203 col = ucol_open("en_US", &status);
1258 col = ucol_open("en_US", &status);
1404 coll = ucol_open(testStruct[i].requestedLocale, &status);
1431 UCollator *defaultColl = ucol_open(NULL, &status);
1432 coll = ucol_open("blahaha", &status);
1506 UCollator *coll = ucol_open("sh", &status);
1692 UCollator *coll = ucol_open("root", &status);
1721 UCollator *coll = ucol_open(NULL, &error);
1877 UCollator *coll = ucol_open("en", &status);
2200 coll = ucol_open(tests[i].locale, &status);
2291 UCA = ucol_open("root", &status);
2332 UCollator *coll = ucol_open("es@collation=pinyin", &status);
2357 UCollator *coll = ucol_open(loc, &status);
2359 log_info("Warning: ucol_open(%s, ...) returned %s, at least it didn't crash.\n", loc, u_errorName(status));
2363 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));
2478 coll = ucol_open(NULL, &status);