Lines Matching full: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);
4592 UErrorCode &errorCode) {
4594 coll->sortKeyGen(coll, source, sourceLength, sink, &errorCode);