Lines Matching refs:fInternalStatus
69 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 =()
132 fInternalStatus = U_MEMORY_ALLOCATION_ERROR; in operator =()
172 if (newObj != nullptr && U_FAILURE(newObj->fInternalStatus)) { in clone()