Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorCode

82     UErrorCode errorCode=U_ZERO_ERROR;
85 LocalUStringPrepProfilePointer profile(usprep_openByType(USPREP_RFC3491_NAMEPREP, &errorCode));
86 if(U_FAILURE(errorCode)){
87 test.errcheckln(errorCode, "Failed to load IDNA data file. " + UnicodeString(u_errorName(errorCode)));
88 return errorCode;
130 parseMappings(filename,TRUE, test,&errorCode);
131 if(U_FAILURE(errorCode)) {
133 return errorCode;
140 return errorCode;