Lines Matching refs:errorCode
1068 UErrorCode errorCode = U_ZERO_ERROR;1087 u_init(&errorCode);1089 if (U_FAILURE(errorCode)) {1095 errorCode = U_ZERO_ERROR;1103 u_init(&errorCode);1105 if (U_FAILURE(errorCode)) {1109 "*** check that the data files are present.\n", argv[0], u_errorName(errorCode));