Home | History | Annotate | Download | only in cintltst

Lines Matching defs:status

267     UErrorCode status = U_ZERO_ERROR;
268 myCollation = ucol_open("en_US", &status);
269 if(U_FAILURE(status)){
270 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
309 UErrorCode status = U_ZERO_ERROR;
310 myCollation = ucol_open("en_US", &status);
311 if(U_FAILURE(status)){
312 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
328 UErrorCode status = U_ZERO_ERROR;
329 myCollation = ucol_open("en_US", &status);
330 if(U_FAILURE(status)){
331 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));