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

  /external/icu4c/i18n/
regexcmp.cpp 308 fRXPat->fMinMatchLen = minMatchLength(3, fRXPat->fCompiledPat->size()-1);
362 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus);
363 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus);
364 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_FAIL, 0), *fStatus);
387 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_END, 0), *fStatus);
404 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition);
406 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1);
407 fRXPat->fCompiledPat->setElementAt(op, savePosition);
413 fRXPat->fCompiledPat->addElement(op, *fStatus);
417 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;
651 int32_t op = fCompiledPat->elementAti(index);
719 int32_t lengthOp = fCompiledPat->elementAti(index+1);
825 for (index = 0; index<This->fCompiledPat->size(); index++)
    [all...]
rematch.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
regexcmp.cpp 257 for (loc=0; loc<fRXPat->fCompiledPat->size(); loc++) {
258 int32_t op = fRXPat->fCompiledPat->elementAti(loc);
268 fRXPat->fCompiledPat->setElementAt(op, loc);
300 fRXPat->fMinMatchLen = minMatchLength(3, fRXPat->fCompiledPat->size()-1);
355 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus);
356 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus);
357 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_FAIL, 0), *fStatus);
380 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_END, 0), *fStatus);
397 int32_t op = fRXPat->fCompiledPat->elementAti(savePosition);
399 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1)
    [all...]
repattrn.cpp 92 fCompiledPat->assign(*other.fCompiledPat, fDeferredStatus);
133 fCompiledPat = 0;
152 fCompiledPat = new UVector32(fDeferredStatus);
160 if (fCompiledPat == NULL || fGroupMap == NULL || fSets == NULL ||
177 delete fCompiledPat;
178 fCompiledPat = NULL;
452 int32_t op = fCompiledPat->elementAti(index);
520 int32_t lengthOp = fCompiledPat->elementAti(index+1);
619 for (index = 0; index<This->fCompiledPat->size(); index++)
    [all...]
rematch.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 383 UVector32 *fCompiledPat; // The compiled pattern p-code.
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 579 UVector64 *fCompiledPat; // The compiled pattern p-code.
    [all...]

Completed in 530 milliseconds