Home
last modified time | relevance | path

Searched refs:errorCode_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dedits.cpp43 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()
[all …]
/external/icu/icu4c/source/common/unicode/
Dedits.h40 errorCode_(U_ZERO_ERROR) {} in Edits()
49 errorCode_(other.errorCode_) { in Edits()
61 errorCode_(src.errorCode_) { in Edits()
414 UErrorCode errorCode_; variable