Home | History | Annotate | Download | only in cintltst

Lines Matching defs:curLoc

872   const char *curLoc = "bn";
897 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
944 char* curLoc;
977 curLoc = (char *)uloc_getAvailable(x);
978 log_verbose("Processing %s\n", curLoc);
981 c1 = ucol_open(curLoc, &err);
983 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
993 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
997 uld = ulocdata_open(curLoc, &err);
1046 sortKeyLen1, sortKeyLen2, str, curLoc);
1052 sortKeyStr1, sortKeyStr2, str, curLoc);