#include <wchar.h>#include <stdlib.h>#include "pos400.h"
Go to the source code of this file.
| #define errorName | ( | code | ) |
((code)>=0 && (code)<U_ERROR_LIMIT) ? \
_uErrorName[code] : \
((code)>=U_ERROR_INFO_START && (code)<U_ERROR_INFO_LIMIT) ? \
_uErrorInfoName[code-U_ERROR_INFO_START] : \
"[BOGUS UErrorCode]"
| #define FALSE 0 |
| #define NULL ((void *)0) |
Referenced by argUnpack(), CProxyXMLDOMDocumentEvents< CXMLDOMDocument >::Fire_ondataavailable(), CProxyXMLDOMDocumentEvents< CXMLDOMDocument >::Fire_onreadystatechange(), IXMLDOMNodeImpl< IXMLDOMNotation,&IID_IXMLDOMNotation >::get_NodeId(), ACSErr::CompletionImpl::getErrorTraceHelper(), ACSServiceRequestDescription::getHost(), ddsnc::DDSSubscriber::initialize(), ACSServiceRequest::isErrorFree(), NodeContainerImpl< T >::iterator::iterator(), Parameters::operator<<(), acsalarm::operator<<(), NodeContainerImpl< T >::iterator::operator=(), NodeContainerImpl< DOMNamedNodeMap >::ReleaseOwnerDoc(), IXMLDOMNodeImpl< IXMLDOMNotation,&IID_IXMLDOMNotation >::ReleaseOwnerDoc(), ACSServiceRequestDescription::setCdbXMLDir(), ACSServiceRequestDescription::setCorbalocName(), ACSServiceRequestDescription::setDomain(), ACSErr::ErrorTraceHelper::setMemberValue(), ACSServiceRequestDescription::setName(), NodeContainerImpl< DOMNamedNodeMap >::SetOwnerDoc(), IXMLDOMNodeImpl< IXMLDOMNotation,&IID_IXMLDOMNotation >::SetOwnerDoc(), IXMLDOMTextImpl< IXMLDOMCDATASection,&IID_IXMLDOMCDATASection >::splitText(), ACSLoggingServiceImpHandlerImpl::start_logging_service(), ACSManagerImpHandlerImpl::start_manager(), ACSNotificationServiceImpHandlerImpl::start_notification_service(), ACSConfigurationDatabaseImpHandlerImpl::start_xml_cdb(), ACSLoggingServiceImpHandlerImpl::stop_logging_service(), ACSManagerImpHandlerImpl::stop_manager(), ACSNotificationServiceImpHandlerImpl::stop_notification_service(), NodeContainerImpl< T >::iterator::~iterator(), Parameters::StrX::~StrX(), and acsalarm::StrX::~StrX().
| #define T_INT32 | ( | i | ) | ((int32_t)i) |
| #define TRUE 1 |
| #define U_CAPI U_CFUNC U_EXPORT |
| #define U_CDECL_BEGIN |
| #define U_CDECL_END |
| #define U_CFUNC |
| #define U_MAX_PTR ((void*)-1) |
| typedef enum UErrorCode UErrorCode |
| typedef int32_t UTextOffset |
| enum UErrorCode |
Error code to replace exception handling
const char* _uErrorInfoName[U_ERROR_INFO_LIMIT-U_ERROR_INFO_START] [static] |
{
"U_USING_FALLBACK_ERROR",
"U_USING_DEFAULT_ERROR"
}
const char* _uErrorName[U_ERROR_LIMIT] [static] |
{
"U_ZERO_ERROR",
"U_ILLEGAL_ARGUMENT_ERROR",
"U_MISSING_RESOURCE_ERROR",
"U_INVALID_FORMAT_ERROR",
"U_FILE_ACCESS_ERROR",
"U_INTERNAL_PROGRAM_ERROR",
"U_MESSAGE_PARSE_ERROR",
"U_MEMORY_ALLOCATION_ERROR",
"U_INDEX_OUTOFBOUNDS_ERROR",
"U_PARSE_ERROR",
"U_INVALID_CHAR_FOUND",
"U_TRUNCATED_CHAR_FOUND",
"U_ILLEGAL_CHAR_FOUND",
"U_INVALID_TABLE_FORMAT",
"U_INVALID_TABLE_FILE",
"U_BUFFER_OVERFLOW_ERROR",
"U_UNSUPPORTED_ERROR"
}
1.7.0