Home | History | Annotate | Download | only in cintltst

Lines Matching defs:status

82     UErrorCode status = U_ZERO_ERROR;
83 myCollation = ucol_open("fi_FI@collation=standard", &status);
84 if(U_FAILURE(status)){
85 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
100 UErrorCode status = U_ZERO_ERROR;
101 myCollation = ucol_open("fi_FI@collation=standard", &status);
102 if(U_FAILURE(status)){
103 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));