Home
last modified time | relevance | path

Searched defs:errCode (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutex.h272 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode)… in umtx_initOnce() argument
303 …_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { in umtx_initOnce() argument
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/node/lib/internal/
Djs_stream_socket.js154 finishShutdown(handle, errCode) { argument
203 finishWrite(handle, errCode) { argument
/third_party/boost/boost/uuid/
Dentropy_error.hpp28 entropy_error(boost::intmax_t errCode, const std::string& message) in entropy_error()
/third_party/typescript/scripts/
DerrorCheck.ts30 const errCode = +g[1]; constant
/third_party/mingw-w64/mingw-w64-headers/include/GL/
Dglu.h19 #define gluErrorStringWIN(errCode) ((LPCSTR) gluErrorUnicodeStringEXT(errCode)) argument
/third_party/icu/icu4c/source/common/
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.cpp1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList()
Ducnv_io.cpp232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData()
/third_party/nghttp2/integration-tests/
Dserver_tester.go635 errCode http2.ErrCode // error code received in HTTP/2 RST_STREAM or GOAWAY member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js657 errCode: "[PC Preview]: unknow errCode", property
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp667 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp678 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp786 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/node/deps/icu-small/source/i18n/
Dplurrule.cpp794 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwindowsx.h102 #define FORWARD_WM_SYSTEMERROR(hwnd,errCode,fn) (LRESULT)0 argument
/third_party/sqlite/src/
Dsqlite3.c17182 int errCode; /* Most recent error code (SQLITE_*) */ member
18108 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */ member