HomeSort by relevance Sort by last modified time
    Searched refs:fDeferredStatus (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
repattrn.cpp 71 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus);
77 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
83 fDeferredStatus = other.fDeferredStatus;
100 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
101 fGroupMap->assign(*other.fGroupMap, fDeferredStatus);
111 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
115 if (U_FAILURE(fDeferredStatus)) {
121 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
124 fSets->addElement(newSet, fDeferredStatus);
    [all...]
rematch.cpp 78 fDeferredStatus = U_ZERO_ERROR;
79 init(fDeferredStatus);
80 if (U_FAILURE(fDeferredStatus)) {
84 fDeferredStatus = U_ILLEGAL_ARGUMENT_ERROR;
88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
229 fDeferredStatus = status;
241 fDeferredStatus = status;
251 fDeferredStatus = status;
258 status = fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
265 status = fDeferredStatus = U_MEMORY_ALLOCATION_ERROR
    [all...]
regexcmp.cpp 75 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) {
76 status = rxp->fDeferredStatus;
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 572 UErrorCode fDeferredStatus; // status if some prior error has left this
    [all...]

Completed in 117 milliseconds