Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorCode

79     UErrorCode errorCode=U_ZERO_ERROR;
82 LocalUStringPrepProfilePointer profile(usprep_openByType(USPREP_RFC3491_NAMEPREP, &errorCode));
83 if(U_FAILURE(errorCode)){
84 test.errcheckln(errorCode, "Failed to load IDNA data file. " + UnicodeString(u_errorName(errorCode)));
85 return errorCode;
126 parseMappings(filename,TRUE, test,&errorCode);
127 if(U_FAILURE(errorCode)) {
129 return errorCode;
136 return errorCode;