Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumrange_fluent.cpp365 : fResults(src.fResults), fErrorCode(src.fErrorCode) { in FormattedNumberRange()
368 src.fErrorCode = U_INVALID_STATE_ERROR; in FormattedNumberRange()
374 fErrorCode = src.fErrorCode; in operator =()
377 src.fErrorCode = U_INVALID_STATE_ERROR; in operator =()
386 status = fErrorCode; in toString()
397 status = fErrorCode; in appendTo()
409 status = fErrorCode; in nextFieldPosition()
427 status = fErrorCode; in getAllFieldPositionsImpl()
438 status = fErrorCode; in getFirstDecimal()
449 status = fErrorCode; in getSecondDecimal()
[all …]
Dnumber_fluent.cpp755 : fResults(src.fResults), fErrorCode(src.fErrorCode) { in FormattedNumber()
758 src.fErrorCode = U_INVALID_STATE_ERROR; in FormattedNumber()
764 fErrorCode = src.fErrorCode; in operator =()
767 src.fErrorCode = U_INVALID_STATE_ERROR; in operator =()
781 status = fErrorCode; in toString()
797 status = fErrorCode; in appendTo()
809 status = fErrorCode; in populateFieldPosition()
823 status = fErrorCode; in nextFieldPosition()
845 status = fErrorCode; in getAllFieldPositionsImpl()
856 status = fErrorCode; in getDecimalQuantity()
/external/dng_sdk/source/
Ddng_exceptions.h51 dng_error_code fErrorCode;
60 : fErrorCode (code) in dng_exception()
74 return fErrorCode; in ErrorCode()
/external/icu/icu4c/source/i18n/unicode/
Dnumberrangeformatter.h814 UErrorCode fErrorCode;
821 : fResults(results), fErrorCode(U_ZERO_ERROR) {};
824 : fResults(nullptr), fErrorCode(errorCode) {};
Dnumberformatter.h2632 UErrorCode fErrorCode; variable
2639 : fResults(results), fErrorCode(U_ZERO_ERROR) {}; in FormattedNumber()
2642 : fResults(nullptr), fErrorCode(errorCode) {}; in FormattedNumber()