Home | History | Annotate | Download | only in cintltst

Lines Matching full:ucol_open

58         EN_US_ = ucol_open("en_US", status);
63 FR_FR_ = ucol_open("fr_FR", status);
64 DE_ = ucol_open("de_DE", status);
65 ES_ = ucol_open("es_ES", status);
1656 coll = ucol_open("en_US"/*uloc_getDefault()*/, &status);
2328 coll = ucol_open("", &status);
2358 coll = ucol_open("en_GB", &status);
2360 log_err_status(status, "ucol_open failed: %s\n", u_errorName(status));
2453 coll = ucol_open("en_US", &ec);
2510 coll = ucol_open ("en_US", &ec);