Home | History | Annotate | Download | only in i18n

Lines Matching defs:errorCode

319 void collIterate::appendOffset(int32_t offset, UErrorCode &errorCode) {
320 if(U_FAILURE(errorCode)) {
329 errorCode = U_MEMORY_ALLOCATION_ERROR;
980 //result->errorCode = *status;
3383 UErrorCode errorCode = U_ZERO_ERROR;
3384 collationSource->appendOffset(firstOffset, errorCode);
3385 collationSource->appendOffset(firstOffset + 1, errorCode);
4566 UErrorCode &errorCode) {
4568 coll->sortKeyGen(coll, source, sourceLength, sink, &errorCode);