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

  /external/icu4c/i18n/
regexcmp.cpp 309 fRXPat->fMinMatchLen = minMatchLength(3, fRXPat->fCompiledPat->size()-1);
363 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus);
364 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus);
365 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_FAIL, 0), *fStatus);
388 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_END, 0), *fStatus);
405 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition);
407 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);
408 fRXPat->fCompiledPat->setElementAt(op, savePosition);
414 fRXPat->fCompiledPat->addElement(op, *fStatus);
418 fParenStack.push(fRXPat->fCompiledPat->size()-1, *fStatus)
    [all...]
repattrn.cpp 103 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
143 fCompiledPat = 0;
165 fCompiledPat = new UVector64(fDeferredStatus);
173 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL ||
190 delete fCompiledPat;
191 fCompiledPat = NULL;
653 int32_t op = fCompiledPat->elementAti(index);
721 int32_t lengthOp = fCompiledPat->elementAti(index+1);
827 for (index = 0; index<This->fCompiledPat->size(); index++)
    [all...]
rematch.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h 579 UVector64 *fCompiledPat; // The compiled pattern p-code.
    [all...]

Completed in 173 milliseconds