Lines Matching refs:errorCode
1185 UErrorCode errorCode = U_ZERO_ERROR;
1355 u_init(&errorCode);
1356 if (U_FAILURE(errorCode)) {
1368 errorCode = U_ZERO_ERROR;
1374 u_init(&errorCode);
1375 if (U_FAILURE(errorCode)) {
1379 "*** check that the data files are present.\n", argv[0], u_errorName(errorCode));
1388 errorCode = U_ZERO_ERROR;
1389 cnv = ucnv_open(0, &errorCode);
1406 cnv = ucnv_open(TRY_CNV_2, &errorCode);
1421 UResourceBundle *rb = ures_open(0, "en", &errorCode);
1423 if(U_FAILURE(errorCode)) {