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

  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 38 RegexStaticSets::initGlobals(&fDeferredStatus);
76 fDeferredStatus = other.fDeferredStatus;
92 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
93 fGroupMap->assign(*other.fGroupMap, fDeferredStatus);
103 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
107 if (U_FAILURE(fDeferredStatus)) {
113 fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
116 fSets->addElement(newSet, fDeferredStatus);
137 fDeferredStatus = U_ZERO_ERROR
    [all...]
rematch.cpp 53 fDeferredStatus = U_ZERO_ERROR;
54 init(fDeferredStatus);
55 if (U_FAILURE(fDeferredStatus)) {
59 fDeferredStatus = U_ILLEGAL_ARGUMENT_ERROR;
63 init2(RegexStaticSets::gStaticSets->fEmptyString, fDeferredStatus);
150 fDeferredStatus = status;
156 fDeferredStatus = status;
166 fDeferredStatus = status;
173 status = fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
181 fDeferredStatus = status
    [all...]
regexcmp.cpp 68 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) {
69 status = rxp->fDeferredStatus;
    [all...]
  /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 71 fDeferredStatus = U_ZERO_ERROR;
72 init(fDeferredStatus);
73 if (U_FAILURE(fDeferredStatus)) {
77 fDeferredStatus = U_ILLEGAL_ARGUMENT_ERROR;
81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
220 fDeferredStatus = status;
232 fDeferredStatus = status;
242 fDeferredStatus = status;
249 status = fDeferredStatus = U_MEMORY_ALLOCATION_ERROR;
257 fDeferredStatus = status
    [all...]
regexcmp.cpp 73 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) {
74 status = rxp->fDeferredStatus;
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 391 UErrorCode fDeferredStatus; // status if some prior error has left this
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 587 UErrorCode fDeferredStatus; // status if some prior error has left this
    [all...]

Completed in 161 milliseconds