Home
last modified time | relevance | path

Searched refs:fInternalStatus (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcurrpinf.cpp69 fInternalStatus(U_ZERO_ERROR) { in CurrencyPluralInfo()
77 fInternalStatus(U_ZERO_ERROR) { in CurrencyPluralInfo()
86 fInternalStatus(U_ZERO_ERROR) { in CurrencyPluralInfo()
96 fInternalStatus = info.fInternalStatus; in operator =()
97 if (U_FAILURE(fInternalStatus)) { in operator =()
103 fPluralCountToCurrencyUnitPattern = initHash(fInternalStatus); in operator =()
105 fPluralCountToCurrencyUnitPattern, fInternalStatus); in operator =()
106 if ( U_FAILURE(fInternalStatus) ) { in operator =()
118 fInternalStatus = U_MEMORY_ALLOCATION_ERROR; in operator =()
126 fInternalStatus = U_MEMORY_ALLOCATION_ERROR; in operator =()
[all …]
Dplurrule.cpp116 else if (U_FAILURE(mRules->fInternalStatus)) { in operator =()
118 mInternalStatus = mRules->fInternalStatus; in operator =()
758 this->fInternalStatus = other.fInternalStatus; in AndConstraint()
759 if (U_FAILURE(fInternalStatus)) { in AndConstraint()
766 LocalPointer<UVector32> newRangeList(new UVector32(fInternalStatus), fInternalStatus); in AndConstraint()
767 if (U_FAILURE(fInternalStatus)) { in AndConstraint()
771 this->rangeList->assign(*other.rangeList, fInternalStatus); in AndConstraint()
779 fInternalStatus = U_MEMORY_ALLOCATION_ERROR; in AndConstraint()
834 if (U_FAILURE(fInternalStatus)) { in add()
835 status = fInternalStatus; in add()
[all …]
Dplurrule_impl.h322 UErrorCode fInternalStatus = U_ZERO_ERROR; variable
337 UErrorCode fInternalStatus = U_ZERO_ERROR; variable
357 UErrorCode fInternalStatus = U_ZERO_ERROR; variable
/external/icu/icu4c/source/i18n/unicode/
Dcurrpinf.h256 UErrorCode fInternalStatus;