Home | History | Annotate | Download | only in letest

Lines Matching refs:errorCode

1065     UErrorCode errorCode = U_ZERO_ERROR;
1084 u_init(&errorCode);
1086 if (U_FAILURE(errorCode)) {
1092 errorCode = U_ZERO_ERROR;
1100 u_init(&errorCode);
1102 if (U_FAILURE(errorCode)) {
1106 "*** check that the data files are present.\n", argv[0], u_errorName(errorCode));