Searched refs:fDeferredStatus (Results 1 – 4 of 4) sorted by relevance
71 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus); in operator =()77 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR; in operator =()83 fDeferredStatus = other.fDeferredStatus; in operator =()100 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus); in operator =()101 fGroupMap->assign(*other.fGroupMap, fDeferredStatus); in operator =()111 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR; in operator =()115 if (U_FAILURE(fDeferredStatus)) { in operator =()121 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR; in operator =()124 fSets->addElement(newSet, fDeferredStatus); in operator =()144 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()265 status = fDeferredStatus = U_MEMORY_ALLOCATION_ERROR; in init2()[all …]
75 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) { in RegexCompile()76 status = rxp->fDeferredStatus; in RegexCompile()
572 UErrorCode fDeferredStatus; // status if some prior error has left this variable1842 UErrorCode fDeferredStatus; // Save error state that cannot be immediately variable