Searched refs:errorName (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/
H A Derrorcode.cpp34 const char* ErrorCode::errorName() const { function in class:ErrorCode
/external/icu4c/common/unicode/
H A Derrorcode.h118 const char* errorName() const;
/external/icu4c/tools/ctestfw/
H A Dtstdtmod.cpp30 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
49 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
61 // testClass.errln("%s failure - %s", testName, errorName());
63 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
/external/icu4c/test/cintltst/
H A Dputiltst.c442 const char* errorName ; local
444 errorName = u_errorName((UErrorCode)code);
445 if(!errorName || errorName[0] == 0) {
451 errorName = u_errorName(errorCode[code]);
452 if(uprv_strcmp(str[code],errorName )!=0){
453 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName);
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java255 public ClassInfo getError(String errorName) { argument
256 return mErrorsMap.get(errorName);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp61 fprintf(stderr, "error at %s: %s\n", location, errorName());
/external/icu4c/test/intltest/
H A Ditutil.cpp94 if(errorCode.errorName()!=u_errorName(U_ZERO_ERROR)) {
H A Ducdtest.cpp344 errorCode.errorName());
H A Drbbiapts.cpp251 errcheckln(status, "Fail : in construction - %s", status.errorName());
H A Dconvtest.cpp979 cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, errorCode.errorName());
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp1042 errorCode.errorName());
1077 filename, errorCode.errorName());
1086 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName());

Completed in 312 milliseconds