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

  /external/icu4c/i18n/
repattrn.cpp 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);
    [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;
266 fDeferredStatus = status
    [all...]
regexcmp.cpp 74 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) {
75 status = rxp->fDeferredStatus;
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 587 UErrorCode fDeferredStatus; // status if some prior error has left this
    [all...]

Completed in 162 milliseconds