Searched defs:errorCode (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dder_plist_internal.c32 bool SecCFDERCreateError(CFIndex errorCode, CFStringRef descriptionString, CFErrorRef previousError, CFErrorRef *newError) { argument
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dder_plist_internal.c32 bool SecCFDERCreateError(CFIndex errorCode, CFStringRef descriptionString, CFErrorRef previousError, CFErrorRef *newError) { argument
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/Java/
H A DBaseListener.java34 void operationFailed( DNSSDService service, int errorCode); argument
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dcpputils.h89 uprv_checkCanGetBuffer(const icu::UnicodeString &s, UErrorCode &errorCode) { argument
H A Dunistr_titlecase_brkiter.cpp73 UErrorCode errorCode=U_ZERO_ERROR; local
H A Dbytestrieiterator.cpp23 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode) argument
45 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode) argument
70 str_->append(reinterpret_cast<const char *>(pos_), length, errorCode); local
100 next(UErrorCode &errorCode) argument
161 maxLength_-str_->length(), errorCode); local
164 str_->append(reinterpret_cast<const char *>(pos), length, errorCode); local
180 branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) argument
[all...]
H A Dcharstr.cpp22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { argument
40 CharString &CharString::append(char c, UErrorCode &errorCode) { argument
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { argument
82 getAppendBuffer(int32_t minCapacity, int32_t desiredCapacityHint, int32_t &resultCapacity, UErrorCode &errorCode) argument
103 appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) argument
110 ensureCapacity(int32_t capacity, int32_t desiredCapacityHint, UErrorCode &errorCode) argument
130 appendPathPart(const StringPiece &s, UErrorCode &errorCode) argument
[all...]
H A Dcharstr.h42 CharString(const StringPiece &s, UErrorCode &errorCode) : len(0) { argument
46 CharString(const CharString &s, UErrorCode &errorCode) : len(0) { argument
50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { argument
76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { argument
79 append(const CharString &s, UErrorCode &errorCode) argument
[all...]
H A Ducharstrieiterator.cpp99 UCharsTrie::Iterator::next(UErrorCode &errorCode) { argument
22 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode) argument
44 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode) argument
184 branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationroot.cpp49 CollationRoot::load(UErrorCode &errorCode) { argument
69 CollationRoot::getRoot(UErrorCode &errorCode) { argument
76 getData(UErrorCode &errorCode) argument
83 getSettings(UErrorCode &errorCode) argument
[all...]
H A Dcollationtailoring.cpp67 CollationTailoring::ensureOwnedData(UErrorCode &errorCode) { argument
H A Duitercollationiterator.cpp107 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/props/
H A Dprops.cpp28 UErrorCode errorCode; local
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtstnrapi.cpp61 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/efl/
H A DDownloadSoupErrorsEfl.cpp36 ResourceError platformDownloadNetworkError(int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/gtk/
H A DDownloadSoupErrorsGtk.cpp36 ResourceError platformDownloadNetworkError(int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEventHandler.java132 public void handleWriteFailedEvent(int errorCode); argument
H A DEventHandlerAdapter.java64 public void handleWriteFailedEvent(int errorCode) {} argument
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Derrorcode.h125 UErrorCode errorCode; member in class:ErrorCode
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/case/
H A Ducase.c24 UErrorCode errorCode = U_ZERO_ERROR; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/udata/
H A Dwriter.c62 UErrorCode errorCode=U_ZERO_ERROR; local
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp82 UErrorCode errorCode = U_ZERO_ERROR; local
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIError.h55 int errorCode() const { return m_platformError.errorCode(); } function in class:API::Error
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_error.cpp58 int EwkError::errorCode() const function in class:EwkError
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcpluralrulestest.c98 UErrorCode errorCode = U_ZERO_ERROR; local

Completed in 156 milliseconds

1234567891011>>