Lines Matching defs:status
91 UErrorCode status = U_ZERO_ERROR;
92 myCollation = ucol_open("es_ES", &status);
93 if(U_FAILURE(status)){
94 log_err_status(status, "ERROR: %s: in creation of rule based collator: %s\n", __FILE__, myErrorName(status));
110 UErrorCode status = U_ZERO_ERROR;
111 myCollation = ucol_open("es_ES", &status);
112 if(U_FAILURE(status)){
113 log_err_status(status, "ERROR: %s: in creation of rule based collator: %s\n", __FILE__, myErrorName(status));