Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorCode

1109     UErrorCode errorCode = U_ZERO_ERROR;
1267 u_init(&errorCode);
1268 if (U_FAILURE(errorCode)) {
1277 errorCode = U_ZERO_ERROR;
1283 u_init(&errorCode);
1284 if (U_FAILURE(errorCode)) {
1288 "*** check that the data files are present.\n", argv[0], u_errorName(errorCode));
1298 errorCode = U_ZERO_ERROR;
1299 cnv = ucnv_open(0, &errorCode);
1316 cnv = ucnv_open(TRY_CNV_2, &errorCode);
1331 UResourceBundle *rb = ures_open(0, "en", &errorCode);
1333 if(U_FAILURE(errorCode)) {