Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorCode

80     UErrorCode errorCode=U_ZERO_ERROR;
83 LocalUStringPrepProfilePointer profile(usprep_openByType(USPREP_RFC3491_NAMEPREP, &errorCode));
84 if(U_FAILURE(errorCode)){
85 test.errcheckln(errorCode, "Failed to load IDNA data file. " + UnicodeString(u_errorName(errorCode)));
86 return errorCode;
128 parseMappings(filename,TRUE, test,&errorCode);
129 if(U_FAILURE(errorCode)) {
131 return errorCode;
138 return errorCode;