Home | History | Annotate | Download | only in cintltst

Lines Matching refs:error_code

57   UErrorCode error_code = U_ZERO_ERROR;
61 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
62 if(U_FAILURE(error_code)) {
63 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
72 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
74 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
77 if(U_FAILURE(error_code)) {
78 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
81 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
86 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL) {
95 if(U_FAILURE(error_code)) {
96 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));