Lines Matching defs:status
106 UErrorCode status = U_ZERO_ERROR;
107 myCollation = ucol_open("de_DE", &status);
108 if(U_FAILURE(status)){
109 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
113 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
126 UErrorCode status = U_ZERO_ERROR;
127 myCollation = ucol_open("de_DE", &status);
128 if(U_FAILURE(status)){
129 log_err_status(status, "ERROR: %s: in creation of rule based collator: %s\n", __FILE__, myErrorName(status));