Searched refs:fDeferredStatus (Results 1 – 4 of 4) sorted by relevance
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()[all …]
78 fDeferredStatus = U_ZERO_ERROR; in RegexMatcher()79 init(fDeferredStatus); in RegexMatcher()80 if (U_FAILURE(fDeferredStatus)) { in RegexMatcher()84 fDeferredStatus = U_ILLEGAL_ARGUMENT_ERROR; in RegexMatcher()88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()229 fDeferredStatus = status; in init()241 fDeferredStatus = status; in init()251 fDeferredStatus = status; in init2()258 status = fDeferredStatus = U_MEMORY_ALLOCATION_ERROR; in init2()266 fDeferredStatus = status; in init2()[all …]
74 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) { in RegexCompile()75 status = rxp->fDeferredStatus; in RegexCompile()
587 UErrorCode fDeferredStatus; // status if some prior error has left this variable1787 UErrorCode fDeferredStatus; // Save error state that cannot be immediately variable