Searched refs:ErrorCode (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Derrorcode.cpp22 ErrorCode::~ErrorCode() {}
24 UErrorCode ErrorCode::reset() {
30 void ErrorCode::assertSuccess() const {
36 const char* ErrorCode::errorName() const {
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Derrorcode.h22 * \brief C++ API: ErrorCode class intended to make it easier to use
50 * The ErrorCode base class destructor does nothing.
58 * class IcuErrorCode: public icu::ErrorCode {
79 class U_COMMON_API ErrorCode: public UMemory { class in inherits:UMemory
85 ErrorCode() : errorCode(U_ZERO_ERROR) {} function in class:ErrorCode
87 virtual ~ErrorCode();
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.h109 public __value enum ErrorCode : int
212 ErrorCode errorCode,
223 ErrorCode errorCode,
237 ErrorCode errorCode,
251 ErrorCode errorCode,
265 ErrorCode errorCode,
277 ErrorCode errorCode,
733 ErrorCode errorCode,
803 ErrorCode errorCode,
1018 ErrorCode errorCod
[all...]
H A Ddnssd_NET.cpp145 ErrorCode errorCode,
166 ErrorCode errorCode,
190 ErrorCode errorCode,
214 ErrorCode errorCode,
238 ErrorCode errorCode,
260 ErrorCode errorCode,
456 self->m_outer->EnumerateDomainsDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, ConvertToString(replyDomain));
485 self->m_outer->RegisterDispatch((ServiceFlags) flags, (ErrorCode) errorCode, ConvertToString(name), ConvertToString(regtype), ConvertToString(domain));
515 self->m_outer->BrowseDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, ConvertToString(serviceName), ConvertToString(regtype), ConvertToString(replyDomain));
561 self->m_outer->ResolveDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCod
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dtestlog.h31 class T_CTEST_EXPORT_API IcuTestErrorCode : public ErrorCode {
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dtoolutil.h32 * ErrorCode subclass for use in ICU command-line tools.
35 class U_TOOLUTIL_API IcuToolErrorCode : public ErrorCode {
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrParser.h51 enum ErrorCode { enum in class:JSC::Yarr::Parser
77 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err)
220 ErrorCode& m_err;
691 // The order of this array must match the ErrorCode enum.
804 ErrorCode m_err;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp445 std::string ErrorCode = local
448 if (!ErrorCode.empty())
451 ErrorCode + ".");
472 std::string ErrorCode = local
475 if (!ErrorCode.empty()) {
479 GV->getSection() + "': " + ErrorCode + ".");
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditutil.cpp133 ErrorCode errorCode;
135 errln("ErrorCode did not initialize properly");
140 errln("ErrorCode did not format error message string properly");
144 errln("ErrorCode did not yield a writable reference");
148 errln("ErrorCode did not yield a writable pointer");
152 errln("ErrorCode.set() failed");
157 errln("ErrorCode did not reset properly");
161 class MyErrorCode: public ErrorCode {
186 errln("ErrorCode did not initialize properly");
191 errln("ErrorCode
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dframescript.vim128 \ ErrorCode
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1913 #define ErrorCode U_ICU_ENTRY_POINT_RENAME(ErrorCode) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h1913 #define ErrorCode U_ICU_ENTRY_POINT_RENAME(ErrorCode) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1913 #define ErrorCode U_ICU_ENTRY_POINT_RENAME(ErrorCode) macro

Completed in 241 milliseconds