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

  /external/icu4c/i18n/
regexcmp.cpp 317 fRXPat->fMinMatchLen = minMatchLength(3, fRXPat->fCompiledPat->size()-1);
371 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus);
372 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus);
373 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_FAIL, 0), *fStatus);
396 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_END, 0), *fStatus);
416 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition);
418 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);
419 fRXPat->fCompiledPat->setElementAt(op, savePosition);
425 fRXPat->fCompiledPat->addElement(op, *fStatus);
429 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus)
    [all...]
repattrn.cpp 100 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
140 fCompiledPat = 0;
162 fCompiledPat = new UVector64(fDeferredStatus);
170 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL ||
187 delete fCompiledPat;
188 fCompiledPat = NULL;
628 int32_t op = fCompiledPat->elementAti(index);
696 int32_t lengthOp = fCompiledPat->elementAti(index+1);
802 for (index = 0; index<This->fCompiledPat->size(); index++)
    [all...]
rematch.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h 564 UVector64 *fCompiledPat; // The compiled pattern p-code.
    [all...]

Completed in 86 milliseconds