Home | History | Annotate | Download | only in cintltst

Lines Matching full:errorcode

1116     UErrorCode errorCode = U_ZERO_ERROR;
1126 length = u_formatMessage("en", pattern, -1, result, LENGTHOF(result), &errorCode, x, y);
1127 if (U_FAILURE(errorCode) || length != u_strlen(expected) || u_strcmp(result, expected) != 0) {
1129 (int)length, u_errorName(errorCode));