Lines Matching refs:errorCode_
45 if (U_FAILURE(errorCode_)) { in copyArray()
53 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in copyArray()
67 if (U_FAILURE(errorCode_)) { in moveArray()
93 errorCode_ = other.errorCode_; in operator =()
101 errorCode_ = src.errorCode_; in operator =()
111 errorCode_ = U_ZERO_ERROR; in reset()
115 if(U_FAILURE(errorCode_) || unchangedLength == 0) { return; } in addUnchanged()
117 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addUnchanged()
143 if(U_FAILURE(errorCode_)) { return; } in addReplace()
145 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addReplace()
157 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in addReplace()
223 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
232 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
237 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in growArray()
249 if (U_SUCCESS(errorCode_)) { return FALSE; } in copyErrorTo()
250 outErrorCode = errorCode_; in copyErrorTo()