Home
last modified time | relevance | path

Searched refs:fErrorCode (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dformattedval_impl.h215 status = fErrorCode; \
223 : fData(src.fData), fErrorCode(src.fErrorCode) { \
225 src.fErrorCode = U_INVALID_STATE_ERROR; \
235 fErrorCode = src.fErrorCode; \
236 src.fErrorCode = U_INVALID_STATE_ERROR; \
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_impl.h214 status = fErrorCode; \
222 : fData(src.fData), fErrorCode(src.fErrorCode) { \
224 src.fErrorCode = U_INVALID_STATE_ERROR; \
234 fErrorCode = src.fErrorCode; \
235 src.fErrorCode = U_INVALID_STATE_ERROR; \
/third_party/node/deps/icu-small/source/i18n/
Dformattedval_impl.h218 status = fErrorCode; \
226 : fData(src.fData), fErrorCode(src.fErrorCode) { \
228 src.fErrorCode = U_INVALID_STATE_ERROR; \
238 fErrorCode = src.fErrorCode; \
239 src.fErrorCode = U_INVALID_STATE_ERROR; \
/third_party/node/deps/icu-small/source/i18n/unicode/
Dformattednumber.h55 : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedNumber()
173 UErrorCode fErrorCode; variable
180 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedNumber()
183 : fData(nullptr), fErrorCode(errorCode) {} in FormattedNumber()
Dlistformatter.h92 FormattedList() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedList()
132 UErrorCode fErrorCode; variable
134 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedList()
136 : fData(nullptr), fErrorCode(errorCode) {} in FormattedList()
Dreldatefmt.h278 FormattedRelativeDateTime() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedRelativeDateTime()
318 UErrorCode fErrorCode; variable
320 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedRelativeDateTime()
322 : fData(nullptr), fErrorCode(errorCode) {} in FormattedRelativeDateTime()
Dnumberrangeformatter.h654 : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {}
691 UErrorCode fErrorCode;
697 : fData(results), fErrorCode(U_ZERO_ERROR) {}
700 : fData(nullptr), fErrorCode(errorCode) {}
Ddtitvfmt.h65 FormattedDateInterval() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedDateInterval()
105 UErrorCode fErrorCode; variable
107 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedDateInterval()
109 : fData(nullptr), fErrorCode(errorCode) {} in FormattedDateInterval()
/third_party/icu/icu4c/source/i18n/unicode/
Dlistformatter.h92 FormattedList() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedList()
132 UErrorCode fErrorCode; variable
134 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedList()
136 : fData(nullptr), fErrorCode(errorCode) {} in FormattedList()
Dreldatefmt.h280 FormattedRelativeDateTime() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedRelativeDateTime()
320 UErrorCode fErrorCode; variable
322 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedRelativeDateTime()
324 : fData(nullptr), fErrorCode(errorCode) {} in FormattedRelativeDateTime()
Dnumberrangeformatter.h647 : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {}
684 UErrorCode fErrorCode;
690 : fData(results), fErrorCode(U_ZERO_ERROR) {}
693 : fData(nullptr), fErrorCode(errorCode) {}
Ddtitvfmt.h65 FormattedDateInterval() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedDateInterval()
105 UErrorCode fErrorCode; variable
107 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedDateInterval()
109 : fData(nullptr), fErrorCode(errorCode) {} in FormattedDateInterval()
Dnumberformatter.h2711 : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedNumber()
2833 UErrorCode fErrorCode; variable
2840 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedNumber()
2843 : fData(nullptr), fErrorCode(errorCode) {} in FormattedNumber()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dlistformatter.h92 FormattedList() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedList()
132 UErrorCode fErrorCode; variable
134 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedList()
136 : fData(nullptr), fErrorCode(errorCode) {} in FormattedList()
Dreldatefmt.h280 FormattedRelativeDateTime() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedRelativeDateTime()
320 UErrorCode fErrorCode; variable
322 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedRelativeDateTime()
324 : fData(nullptr), fErrorCode(errorCode) {} in FormattedRelativeDateTime()
Ddtitvfmt.h65 FormattedDateInterval() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedDateInterval()
105 UErrorCode fErrorCode; variable
107 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedDateInterval()
109 : fData(nullptr), fErrorCode(errorCode) {} in FormattedDateInterval()
Dnumberrangeformatter.h686 UErrorCode fErrorCode; variable
692 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedNumberRange()
695 : fData(nullptr), fErrorCode(errorCode) {} in FormattedNumberRange()
Dnumberformatter.h2643 : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedNumber()
2762 UErrorCode fErrorCode; variable
2769 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedNumber()
2772 : fData(nullptr), fErrorCode(errorCode) {} in FormattedNumber()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_exceptions.h51 dng_error_code fErrorCode;
60 : fErrorCode (code) in dng_exception()
74 return fErrorCode; in ErrorCode()
/third_party/node/deps/icu-small/source/common/unicode/
Drbbi.h144 UErrorCode fErrorCode = U_ZERO_ERROR;
/third_party/node/deps/icu-small/source/common/
Drbbi.cpp210 fErrorCode = *status; in RuleBasedBreakIterator()