• Home
  • Raw
  • Download

Lines Matching refs:fDeferredStatus

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