Home | History | Annotate | Download | only in cintltst

Lines Matching refs:curLoc

863   const char *curLoc = "bn";
888 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
935 char* curLoc;
969 curLoc = (char *)uloc_getAvailable(x);
970 log_verbose("Processing %s\n", curLoc);
973 c1 = ucol_open(curLoc, &err);
975 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
990 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
995 uld = ulocdata_open(curLoc, &err);
1044 sortKeyLen1, sortKeyLen2, str, curLoc);
1050 sortKeyStr1, sortKeyStr2, str, curLoc);