Lines Matching refs:errorCode_
43 if (U_FAILURE(errorCode_)) { in copyArray()
51 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in copyArray()
65 if (U_FAILURE(errorCode_)) { in moveArray()
90 errorCode_ = other.errorCode_; in operator =()
98 errorCode_ = src.errorCode_; in operator =()
108 errorCode_ = U_ZERO_ERROR; in reset()
112 if(U_FAILURE(errorCode_) || unchangedLength == 0) { return; } in addUnchanged()
114 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addUnchanged()
140 if(U_FAILURE(errorCode_)) { return; } in addReplace()
142 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addReplace()
154 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in addReplace()
220 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
229 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
234 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in growArray()
246 if (U_SUCCESS(errorCode_)) { return FALSE; } in copyErrorTo()
247 outErrorCode = errorCode_; in copyErrorTo()