Searched defs:errorName (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Derrorcode.cpp34 const char* ErrorCode::errorName() const { function in class:ErrorCode
/external/openfst/src/include/fst/
H A Dicu.h51 // Redefine 'errorName()' in order to be compatible with ICU version 4.2
52 const char* errorName() const { function in class:IcuErrorCode
58 FSTERROR() << errorName();
93 << error.errorName();
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java255 public ClassInfo getError(String errorName) { argument
256 return mErrorsMap.get(errorName);
/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);

Completed in 378 milliseconds