Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_open

80         UCollator          *coll = ucol_open(LOCALES[i], &status);
153 UCollator *coll = ucol_open(LOCALES[i], &status);
230 en_us = ucol_open("en_US", &status);
232 log_err_status(status, "ERROR: in creation of collation data using ucol_open()\n %s\n",
297 th_th = ucol_open("th_TH", &status);
299 log_err_status(status, "ERROR: in creation of thai collation using ucol_open()\n %s\n",
435 coll = ucol_open("en_US", &status);
525 coll = ucol_open("th_TH", &status);
544 coll = ucol_open("ja_JP", &status);
576 en_us = ucol_open("en_US", &status);
718 en_us = ucol_open("en_US", &status);
788 UCollator *coll ;/*= ucol_open("en_US", &status);*/
968 coll = ucol_open("th_TH", &status);
1273 UCollator *coll = ucol_open("", &status);
1697 UCollator *coll = ucol_open("root", &status);
1795 coll = ucol_open(loc, &status);
1927 UCollator *coll = ucol_open("en_US", &status);
2004 coll = ucol_open(locale[count], &status);
2132 UCollator* ucol = ucol_open(tsceItemPtr->locale, &status);
2196 log_data_err("error, locale %s, ucol_open failed: %s\n", tsceItemPtr->locale, u_errorName(status) );