Home | History | Annotate | Download | only in i18n

Lines Matching refs:fDeferredStatus

74         fPattern      = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus);
80 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
86 fDeferredStatus = other.fDeferredStatus;
103 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
104 fGroupMap->assign(*other.fGroupMap, fDeferredStatus);
114 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
118 if (U_FAILURE(fDeferredStatus)) {
124 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
127 fSets->addElement(newSet, fDeferredStatus);
147 fDeferredStatus = U_ZERO_ERROR;
165 fCompiledPat = new UVector64(fDeferredStatus);
166 fGroupMap = new UVector32(fDeferredStatus);
167 fSets = new UVector(fDeferredStatus);
170 if (U_FAILURE(fDeferredStatus)) {
175 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
180 fSets->addElement((int32_t)0, fDeferredStatus);
251 if (this->fFlags == other.fFlags && this->fDeferredStatus == other.fDeferredStatus) {
301 if (U_FAILURE(This->fDeferredStatus)) {
302 status = This->fDeferredStatus;
352 if (U_FAILURE(This->fDeferredStatus)) {
353 status = This->fDeferredStatus;
439 retMatcher->fDeferredStatus = status;
453 retMatcher->fDeferredStatus = status;
482 if (U_FAILURE(fDeferredStatus)) {
483 status = fDeferredStatus;
613 if (U_SUCCESS(m.fDeferredStatus)) {
634 if (U_SUCCESS(m.fDeferredStatus)) {