Home | History | Annotate | Download | only in i18n

Lines Matching refs:errorCode

38     UErrorCode errorCode = U_ZERO_ERROR;
39 copyReorderingFrom(other, errorCode);
87 const uint8_t *table, UErrorCode &errorCode) {
88 if(U_FAILURE(errorCode)) { return; }
125 setReordering(data, codes, length, errorCode);
131 UErrorCode &errorCode) {
132 if(U_FAILURE(errorCode)) { return; }
137 UVector32 rangesList(errorCode);
138 data.makeReorderRanges(codes, codesLength, rangesList, errorCode);
139 if(U_FAILURE(errorCode)) { return; }
187 setReorderArrays(codes, codesLength, ranges, rangesLength, table, errorCode);
193 const uint8_t *table, UErrorCode &errorCode) {
194 if(U_FAILURE(errorCode)) { return; }
206 errorCode = U_MEMORY_ALLOCATION_ERROR;
225 CollationSettings::copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) {
226 if(U_FAILURE(errorCode)) { return; }
242 other.reorderTable, errorCode);
270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) {
271 if(U_FAILURE(errorCode)) { return; }
285 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
292 int32_t defaultOptions, UErrorCode &errorCode) {
293 if(U_FAILURE(errorCode)) { return; }
305 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
312 int32_t defaultOptions, UErrorCode &errorCode) {
313 if(U_FAILURE(errorCode)) { return; }
329 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
336 int32_t defaultOptions, UErrorCode &errorCode) {
337 if(U_FAILURE(errorCode)) { return; }
350 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) {
357 if(U_FAILURE(errorCode)) { return; }
370 errorCode = U_ILLEGAL_ARGUMENT_ERROR;