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()
92 errorCode_ = other.errorCode_; in operator =()
100 errorCode_ = src.errorCode_; in operator =()
110 errorCode_ = U_ZERO_ERROR; in reset()
114 if(U_FAILURE(errorCode_) || unchangedLength == 0) { return; } in addUnchanged()
116 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addUnchanged()
142 if(U_FAILURE(errorCode_)) { return; } in addReplace()
144 errorCode_ = U_ILLEGAL_ARGUMENT_ERROR; in addReplace()
156 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in addReplace()
222 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
231 errorCode_ = U_INDEX_OUTOFBOUNDS_ERROR; in growArray()
236 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in growArray()
248 if (U_SUCCESS(errorCode_)) { return FALSE; } in copyErrorTo()
249 outErrorCode = errorCode_; in copyErrorTo()