Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
171 supportedLocales_ = new UVector(uprv_deleteUObject, nullptr, errorCode_); in ensureSupportedLocaleVector()
172 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
182 LocalePriorityList list(locales, errorCode_); in setSupportedLocalesFromListString()
183 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocalesFromListString()
190 supportedLocales_->addElement(locale, errorCode_); in setSupportedLocalesFromListString()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
[all …]
Dedits.cpp45 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()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
171 supportedLocales_ = new UVector(uprv_deleteUObject, nullptr, errorCode_); in ensureSupportedLocaleVector()
172 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
182 LocalePriorityList list(locales, errorCode_); in setSupportedLocalesFromListString()
183 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocalesFromListString()
190 supportedLocales_->addElement(locale, errorCode_); in setSupportedLocalesFromListString()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
[all …]
Dedits.cpp45 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()
[all …]
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp126 errorCode_(src.errorCode_), in Builder()
148 errorCode_ = src.errorCode_; in operator =()
169 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
171 supportedLocales_ = new UVector(uprv_deleteUObject, nullptr, errorCode_); in ensureSupportedLocaleVector()
172 if (U_FAILURE(errorCode_)) { return false; } in ensureSupportedLocaleVector()
174 errorCode_ = U_MEMORY_ALLOCATION_ERROR; in ensureSupportedLocaleVector()
182 LocalePriorityList list(locales, errorCode_); in setSupportedLocalesFromListString()
183 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocalesFromListString()
190 supportedLocales_->addElementX(locale, errorCode_); in setSupportedLocalesFromListString()
191 if (U_FAILURE(errorCode_)) { in setSupportedLocalesFromListString()
[all …]
Dedits.cpp45 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()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp45 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()
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h88 errorCode_(U_ZERO_ERROR) {} in Edits()
97 errorCode_(other.errorCode_) { in Edits()
109 errorCode_(src.errorCode_) { in Edits()
523 UErrorCode errorCode_; variable
Dlocalematcher.h373 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocales()
398 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocalesViaConverter()
471 if (U_SUCCESS(errorCode_)) { in setDirection()
535 UErrorCode errorCode_ = U_ZERO_ERROR; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h88 errorCode_(U_ZERO_ERROR) {} in Edits()
97 errorCode_(other.errorCode_) { in Edits()
109 errorCode_(src.errorCode_) { in Edits()
523 UErrorCode errorCode_; variable
Dlocalematcher.h373 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocales()
398 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocalesViaConverter()
469 if (U_SUCCESS(errorCode_)) { in setDirection()
531 UErrorCode errorCode_ = U_ZERO_ERROR; variable
/third_party/icu/icu4c/source/common/unicode/
Dedits.h88 errorCode_(U_ZERO_ERROR) {} in Edits()
97 errorCode_(other.errorCode_) { in Edits()
109 errorCode_(src.errorCode_) { in Edits()
523 UErrorCode errorCode_; variable
Dlocalematcher.h373 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocales()
398 if (U_FAILURE(errorCode_)) { return *this; } in setSupportedLocalesViaConverter()
471 if (U_SUCCESS(errorCode_)) { in setDirection()
535 UErrorCode errorCode_ = U_ZERO_ERROR; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dedits.h85 errorCode_(U_ZERO_ERROR) {} in Edits()
94 errorCode_(other.errorCode_) { in Edits()
106 errorCode_(src.errorCode_) { in Edits()
520 UErrorCode errorCode_; variable
/third_party/grpc/src/csharp/Grpc.Reflection/
DReflection.cs1951 errorCode_ = other.errorCode_; in ErrorResponse()
1963 private int errorCode_; field in Grpc.Reflection.V1Alpha.ErrorResponse
1969 get { return errorCode_; }
1971 errorCode_ = value;