Home | History | Annotate | Download | only in letest

Lines Matching refs:errorCode

1073     UErrorCode errorCode = U_ZERO_ERROR;
1092 u_init(&errorCode);
1094 if (U_FAILURE(errorCode)) {
1100 errorCode = U_ZERO_ERROR;
1108 u_init(&errorCode);
1110 if (U_FAILURE(errorCode)) {
1114 "*** check that the data files are present.\n", argv[0], u_errorName(errorCode));