Lines Matching full:ucol_open
140 UCollator *coll = ucol_open(NULL, &status);
276 ucol_open, ucol_strcoll, getStrength/setStrength
306 col = ucol_open("en_US", &status);
390 ruled = ucol_open("da_DK", &status);
414 col = ucol_open("fr_FR", &status);
483 col3= ucol_open(NULL, &status);
522 col2 = ucol_open("en_US", &status);
576 col = ucol_open("en_US", &status);
620 en_US = ucol_open("en_US", &status);
621 el_GR = ucol_open("el_GR", &status);
622 vi_VN = ucol_open("vi_VN", &status);
681 someCollators[0] = ucol_open("en_US", &err);
682 someCollators[1] = ucol_open("ko", &err);
683 someCollators[2] = ucol_open("ja_JP", &err);
760 col=ucol_open("de@collation=phonebook", &err);
819 UCollator * col = ucol_open("en_US", &err);
870 TestOpenVsOpenRules ensures that collators from ucol_open and ucol_openRules
915 c1 = ucol_open(curLoc, &err);
1055 /* col = ucol_open(NULL, &status); */
1056 col = ucol_open("en_US", &status);
1183 col = ucol_open("en_US", &status);
1238 col = ucol_open("en_US", &status);
1384 coll = ucol_open(testStruct[i].requestedLocale, &status);
1407 UCollator *defaultColl = ucol_open(NULL, &status);
1408 coll = ucol_open("blahaha", &status);
1481 UCollator *coll = ucol_open("sh", &status);
1665 UCollator *coll = ucol_open("root", &status);
1694 UCollator *coll = ucol_open(NULL, &error);
1850 UCollator *coll = ucol_open("en", &status);
2144 coll = ucol_open(tests[i].locale, &status);
2218 UCA = ucol_open("root", &status);
2252 UCollator *coll = ucol_open("es@collation=pinyin", &status);
2277 UCollator *coll = ucol_open(loc, &status);
2279 log_info("Warning: ucol_open(%s, ...) returned %s, at least it didn't crash.\n", loc, u_errorName(status));
2281 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));