Home | History | Annotate | Download | only in cintltst

Lines Matching defs:status

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